Interfaçage NeoPixel Ring 12, LPRO MECSE, Arnaud A.

Revision:
1:3ce68d55dfb8
Parent:
0:eccd33c01946
Child:
2:fd11fb4d51f8
--- a/button.cpp	Sun Jun 14 19:14:04 2020 +0000
+++ b/button.cpp	Mon Jun 15 00:40:49 2020 +0000
@@ -58,3 +58,7 @@
     sprintf((char*)m_text, str);
      
 }
+
+uint8_t* Button::getText(){
+    return m_text;    
+}