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: MMA8451Q Multi_WS2811 NVIC_set_all_priorities TSI cc3000_hostdriver_mbedsocket mbed
Fork of CubicHand by
Diff: main.h
- Revision:
- 2:45b90e8d7d82
- Parent:
- 1:587189fb6d87
- Child:
- 12:df94d17b5bee
--- a/main.h Mon Dec 01 05:43:35 2014 +0000 +++ b/main.h Fri Dec 05 20:59:10 2014 +0000 @@ -23,6 +23,10 @@ #define MY_BOARD WIGO +#define X 0 +#define Y 1 +#define Z 2 + void init(); #endif