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.
Dependencies: ADXL345_I2C Chainable_RGB_LED EEAB-P1 MMA8652FC Sht31 TinyGPS mbed
Fork of ina-hack-test by
Revision 8:06b52bde3c82, committed 2017-08-26
- Comitter:
- koyo_take
- Date:
- Sat Aug 26 00:51:31 2017 +0000
- Parent:
- 7:6a352003742d
- Child:
- 9:aec372b347f1
- Commit message:
- enabule LoRa Test as default
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Aug 22 09:32:40 2017 +0000 +++ b/main.cpp Sat Aug 26 00:51:31 2017 +0000 @@ -3,7 +3,7 @@ #include "Eeabp1.h" #include "ChainableLED.h" - +#define TEST_LORA //#define TEST_ANALOG // WaterSensor(ハイインピ過ぎる),SoundSensor(動くが設計に問題有),MoistureSensor,LightSensor,MotionSensor //#define TEST_TEMP_HUMID //SHT31 //#define TEST_ACC // ADXL345
