Start to make cmd functions for future API

This commit is contained in:
Nils Faerber 2011-07-23 18:26:16 +02:00
parent 33ec672c8d
commit c8307dc90a
2 changed files with 42 additions and 17 deletions

View file

@ -45,5 +45,10 @@
#define MW_ACCELEROMETER 0xea
#define MW_SCREEN_MODE_IDLE 0x00
#define MW_SCREEN_MODE_APPLICATION 0x01
#define MW_SCREEN_MODE_NOTIFICATION 0x02
#define MW_SCREEN_MODE_SCROLL 0x03
#endif