oregon.h 241 B

12345678910111213141516
  1. #ifndef __OREGON1__
  2. #define __OREGON1__
  3. #include "app.h"
  4. void resetOV3Decoder();
  5. extern unsigned long long oregonV3_x_data;
  6. boolean nextPulseoregonV3(unsigned int width);
  7. const unsigned char* getOV3Data (unsigned char *count);
  8. #endif