mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-03-11 07:29:48 +00:00
Merge pull request #802 from alignan/add_batery_capability
Added battery capability to Z1 platform
This commit is contained in:
commit
9423f70cdf
@ -43,9 +43,10 @@
|
||||
*/
|
||||
#define ZOLERTIA_Z1 1 /* Enric */
|
||||
|
||||
#define PLATFORM_HAS_LEDS 1
|
||||
#define PLATFORM_HAS_BUTTON 1
|
||||
#define PLATFORM_HAS_RADIO 1
|
||||
#define PLATFORM_HAS_LEDS 1
|
||||
#define PLATFORM_HAS_BUTTON 1
|
||||
#define PLATFORM_HAS_RADIO 1
|
||||
#define PLATFORM_HAS_BATTERY 1
|
||||
|
||||
/* CPU target speed in Hz */
|
||||
#define F_CPU 8000000uL /* 8MHz by default */
|
||||
|
Loading…
x
Reference in New Issue
Block a user