Interfaçage NeoPixel Ring 12, LPRO MECSE, Arnaud A.
Diff: button.h
- Revision:
- 4:b4c30f6f526e
- Parent:
- 2:fd11fb4d51f8
- Child:
- 5:c4038609e806
--- a/button.h Mon Jun 15 02:11:08 2020 +0000 +++ b/button.h Mon Jun 15 03:21:35 2020 +0000 @@ -13,6 +13,7 @@ bool etat(){return m_etat;} uint8_t* getText(); void setBackgroundColor(uint32_t color); + void setBorderWidth(uint32_t borderWidth); private : bool m_etat = false;