summaryrefslogtreecommitdiff
path: root/src/pru1
diff options
context:
space:
mode:
authorDawsyn Schraiber <[email protected]>2023-11-12 01:06:57 -0500
committerGitHub <[email protected]>2023-11-12 01:06:57 -0500
commitd695dce1a7ea28433db8e893025d1ec66fb077b2 (patch)
tree4089cbc79e9a50b0775ab33e002de03a6f23e77d /src/pru1
parent1b8af4198f7f18ccbfb336709f20a88e26e2b195 (diff)
downloadactive-drag-system-d695dce1a7ea28433db8e893025d1ec66fb077b2.tar.gz
active-drag-system-d695dce1a7ea28433db8e893025d1ec66fb077b2.tar.bz2
active-drag-system-d695dce1a7ea28433db8e893025d1ec66fb077b2.zip
Header styles and file naming conventions; CMake ARM Linux musl Compiler
Co-authored-by: Gregory Wainer <[email protected]>
Diffstat (limited to 'src/pru1')
-rw-r--r--src/pru1/sensors.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/pru1/sensors.cpp b/src/pru1/sensors.cpp
new file mode 100644
index 0000000..508387e
--- /dev/null
+++ b/src/pru1/sensors.cpp
@@ -0,0 +1,12 @@
+/*
+ * Author: Gregory Wainer <[email protected]>
+ * Date: 10/14/2023
+ *
+ */
+
+#include <iostream>
+#include <string>
+
+int main(int argc, char *argv[]) {
+ std::cout << "PRU1" << std::endl;
+}