Skip to content

Instantly share code, notes, and snippets.

View charlespax's full-sized avatar

Charles Edward Pax charlespax

View GitHub Profile
$ find . -name \*.o -exec ls -lh {} \;
-rw-r--r-- 1 charles staff 16K Aug 1 13:17 ./Debug/src/_write.o
-rw-r--r-- 1 charles staff 435K Aug 1 13:17 ./Debug/src/BlinkLed.o
-rw-r--r-- 1 charles staff 468K Aug 1 13:17 ./Debug/src/main.o
-rw-r--r-- 1 charles staff 439K Aug 1 13:17 ./Debug/src/Timer.o
-rw-r--r-- 1 charles staff 437K Aug 1 13:17 ./Debug/system/src/cmsis/system_stm32f10x.o
-rw-r--r-- 1 charles staff 26K Aug 1 13:17 ./Debug/system/src/cmsis/vectors_stm32f10x.o
-rw-r--r-- 1 charles staff 435K Aug 1 13:17 ./Debug/system/src/cortexm/_initialize_hardware.o
-rw-r--r-- 1 charles staff 434K Aug 1 13:17 ./Debug/system/src/cortexm/_reset_hardware.o
-rw-r--r-- 1 charles staff 463K Aug 1 13:17 ./Debug/system/src/cortexm/exception_handlers.o
diff --git a/t400/buttons.h b/t400/buttons.h
index 14c4827..744e55f 100644
--- a/t400/buttons.h
+++ b/t400/buttons.h
@@ -3,9 +3,8 @@
#include <Arduino.h>
-namespace Buttons {
- // Button names