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
SwitchPublicAccess.h
00001 #ifndef __SWITCHPUBLICACCESS_H 00002 #define __SWITCHPUBLICACCESS_H 00003 00004 // addresses used for public data access 00005 #define switch_checksum CHECKSUM("switch") 00006 #define fan_checksum CHECKSUM("fan") 00007 #define state_checksum CHECKSUM("state") 00008 #define value_checksum CHECKSUM("value") 00009 00010 struct pad_switch { 00011 int name; 00012 bool state; 00013 float value; 00014 }; 00015 00016 #endif // __SWITCHPUBLICACCESS_H
Generated on Tue Jul 12 2022 20:09:02 by
1.7.2
