Update Prop.md

This commit is contained in:
fauresystems
2020-04-17 18:08:49 +02:00
parent c7d8a98f03
commit ad6b9e73b2
+1 -1
View File
@@ -26,7 +26,7 @@ BridgeProp prop(u8"Arduino Blink", // as MQTT client id, should be unique per cl
## 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> of the <a href="https://github.com/xcape-io/PyProps" target="_blank">PyProps library</a> for Raspberry boards.
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#pyprops-library" target="_blank">PyProps library</a> for Raspberry boards.
* `virtual void begin(void(*)(String) = NULL) = 0`
* `void addData(PropData*)`