FRC - Hackathon Pixy
Revision 9:a298df20a2dd, committed 2019-04-17
- Comitter:
- haarkon
- Date:
- Wed Apr 17 11:20:23 2019 +0000
- Parent:
- 8:db82754a3671
- Child:
- 10:b7c012987c5d
- Commit message:
- modified documentation
Changed in this revision
Pixy.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/Pixy.h Wed Apr 17 11:17:00 2019 +0000 +++ b/Pixy.h Wed Apr 17 11:20:23 2019 +0000 @@ -187,7 +187,7 @@ * * @note Semaphore are global variable used to communicate from ISR with main routine. All semaphores must be cleared by user. * \var FlagPixyOverflow - * \brief is automaticly set if any FIFO oveflows (more than 20 obj of a kind). + * \brief is automaticly set if any FIFO oveflows (more than object of a kind than allowed by NM_MAXOBJECT or CC_MAXOBJECT). */ int FlagPixy, FlagPixyOverflow; int Pixy_check;