We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a89469e commit bb39d1fCopy full SHA for bb39d1f
libraries/MySensors/examples/MockMySensors/README.md
@@ -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