summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHombreLaser <buran@silosneeded.com>2024-06-09 18:15:54 -0600
committerHombreLaser <buran@silosneeded.com>2024-06-09 18:15:54 -0600
commitb6d596f22988f4e946c3941ae897caf28bbc121d (patch)
tree2933ac9c46b04e124036aa6a50e578d527fdca24 /src
parent9c2645b0a3887358a8fc442ca7cd2d6a1f3d7f79 (diff)
Add project skeleton
Diffstat (limited to 'src')
-rw-r--r--src/pico-calc.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/pico-calc.cpp b/src/pico-calc.cpp
new file mode 100644
index 0000000..14ab8b3
--- /dev/null
+++ b/src/pico-calc.cpp
@@ -0,0 +1,6 @@
+#include "pico-keypad/src/keypad.hpp"
+#include "Pico-I2C-LCD/LCD_I2C.hpp"
+
+int main() {
+ return 0;
+}