Update Prop.md

This commit is contained in:
fauresystems
2020-04-17 18:07:50 +02:00
parent 70ee3d8bde
commit c7d8a98f03
+1 -1
View File
@@ -26,7 +26,7 @@ BridgeProp prop(u8"Arduino Blink", // as MQTT client id, should be unique per cl
## Interface ## Interface
The *Prop* class interface is consistent with the <a href="https://github.com/xcape-io/PyProps/blob/master/help/Prop.md" target="_blank">Prop class</a> from the <a href="https://github.com/xcape-io/PyProps" target="_blank">PyProps library</a>. The *Prop* class interface is consistent with the <a href="https://github.com/xcape-io/PyProps/blob/master/help/Prop.md" target="_blank">Prop class</a> of the <a href="https://github.com/xcape-io/PyProps" target="_blank">PyProps library</a> for Raspberry boards.
* `virtual void begin(void(*)(String) = NULL) = 0` * `virtual void begin(void(*)(String) = NULL) = 0`
* `void addData(PropData*)` * `void addData(PropData*)`