Skip to content

Commit bb39d1f

Browse files
committed
Create README.md
1 parent a89469e commit bb39d1f

File tree

1 file changed

+15
-0
lines changed
  • libraries/MySensors/examples/MockMySensors

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# FakeMySensors
2+
Arduino sketch to fake sensor for the MySensors Library
3+
4+
This skecth is intended to crate fake sensors which register and respond to the controller
5+
6+
Barduino 2015
7+
-----------------
8+
9+
Comment/Uncomment the sensors you would like to test
10+
11+
Arduino Uno R3 can support about 12 sensors before it runs out of memory.
12+
You probably need to turn of the MySensor Lib debug to save some memory
13+
14+
Nest step will be to remove the read/write to the eprom
15+
and extend to support the v1.5 sensors

0 commit comments

Comments
 (0)