Interfaçage NeoPixel Ring 12, LPRO MECSE, Arnaud A.
Diff: button.h
- Revision:
- 2:fd11fb4d51f8
- Parent:
- 1:3ce68d55dfb8
- Child:
- 4:b4c30f6f526e
--- a/button.h Mon Jun 15 00:40:49 2020 +0000 +++ b/button.h Mon Jun 15 02:01:15 2020 +0000 @@ -12,6 +12,7 @@ int strlen(uint8_t *str); bool etat(){return m_etat;} uint8_t* getText(); + void setBackgroundColor(uint32_t color); private : bool m_etat = false;