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 Sensornode_temp by
Diff: config.h
- Revision:
- 1:bd92b3ee97c1
- Parent:
- 0:49273053c399
--- a/config.h Thu May 03 17:13:20 2018 +0000 +++ b/config.h Mon May 14 08:29:46 2018 +0000 @@ -1,14 +1,9 @@ #ifndef CONFIG_H #define CONFIG_H - - -//This header contains calibration data - - - #define RadioChannel 90 - #define DataAddress 0xF0F0F0F0F0 - + #define RadioChannel 0x4C + #define DataAddress 0xF0F0F0F0D2 + #define ledpin PA_8 #define unused_pin PA_1 @@ -25,6 +20,7 @@ #define RXD PA_3 #define TXD PA_2 + #endif