Advertisement
Guest User

Untitled

a guest
Jul 19th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. #ifndef objDec
  2. #define objDec
  3.  
  4. #include "Arduino.h"
  5. #include "TINAH.h"
  6.  
  7. class ObjectDetection{
  8. public:
  9. ObjectDetection();
  10. boolean objectDetect(int courseState);
  11.  
  12. private:
  13.  
  14.  
  15.  
  16. };
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement