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.
Fork of Smoothie by
modules/tools/switch/SwitchPublicAccess.h
- Committer:
- Bigcheese
- Date:
- 2014-03-02
- Revision:
- 3:f151d08d335c
- Parent:
- 2:1df0b61d3b5a
File content as of revision 3:f151d08d335c:
#ifndef __SWITCHPUBLICACCESS_H #define __SWITCHPUBLICACCESS_H // addresses used for public data access #define switch_checksum CHECKSUM("switch") #define fan_checksum CHECKSUM("fan") #define state_checksum CHECKSUM("state") #define value_checksum CHECKSUM("value") struct pad_switch { int name; bool state; float value; }; #endif // __SWITCHPUBLICACCESS_H