Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: C12832 FXOS8700Q mbed-rtos mbed
main.h
- Committer:
- co838_gtvl2
- Date:
- 2016-02-15
- Revision:
- 0:9ec880239b3c
- Child:
- 1:c6734b909bf0
File content as of revision 0:9ec880239b3c:
#ifndef _MAIN_H_ # define _MAIN_H_ # include "mbed.h" # include "rtos.h" # include "C12832.h" # include "FXOS8700Q.h" # define DISPLAY_X 127 # define DISPLAY_Y 31 # define DELTA_MOVE 1000.0f # define DELTA_TIME 100 # define START_THREAD 999 // # define _DEBUG # undef _DEBUG #endif /* _MAIN_H_ */