Same as original

Files at this revision

API Documentation at this revision

Comitter:
MaxScorda
Date:
Sun Dec 20 14:23:11 2020 +0000
Parent:
13:af578b53ff0e
Commit message:
adapt

Changed in this revision

button.cpp Show annotated file Show diff for this revision Revisions of this file
button.hpp Show annotated file Show diff for this revision Revisions of this file
button_group.cpp Show annotated file Show diff for this revision Revisions of this file
button_group.hpp Show annotated file Show diff for this revision Revisions of this file
diff -r af578b53ff0e -r 3076e383e6b0 button.cpp
--- a/button.cpp	Mon Feb 22 13:39:32 2016 +0000
+++ b/button.cpp	Sun Dec 20 14:23:11 2020 +0000
@@ -7,7 +7,7 @@
 
 #include "button.hpp"
 
-namespace Mikami
+namespace ButGrp
 {
     // Draw button
     void Button::Draw(uint32_t color, uint32_t textColor)
diff -r af578b53ff0e -r 3076e383e6b0 button.hpp
--- a/button.hpp	Mon Feb 22 13:39:32 2016 +0000
+++ b/button.hpp	Sun Dec 20 14:23:11 2020 +0000
@@ -13,7 +13,7 @@
 #include "TS_DISCO_F746NG.h"
 #include "LCD_DISCO_F746NG.h"
 
-namespace Mikami
+namespace ButGrp
 {
     class Button
     {
diff -r af578b53ff0e -r 3076e383e6b0 button_group.cpp
--- a/button_group.cpp	Mon Feb 22 13:39:32 2016 +0000
+++ b/button_group.cpp	Sun Dec 20 14:23:11 2020 +0000
@@ -6,7 +6,7 @@
 
 #include "button_group.hpp"
 
-namespace Mikami
+namespace ButGrp
 {
     // Constructor
     ButtonGroup::ButtonGroup(LCD_DISCO_F746NG &lcd, TS_DISCO_F746NG &ts,
diff -r af578b53ff0e -r 3076e383e6b0 button_group.hpp
--- a/button_group.hpp	Mon Feb 22 13:39:32 2016 +0000
+++ b/button_group.hpp	Sun Dec 20 14:23:11 2020 +0000
@@ -10,7 +10,7 @@
 #include "button.hpp"
 #include <string>
 
-namespace Mikami
+namespace ButGrp
 {
     class ButtonGroup
     {