Skip to content

Commit

Permalink
Segment testing (#82)
Browse files Browse the repository at this point in the history
* imported existing linduino code

* changed to new gpio expander

* fixed loop iteration

* poop fart

---------

Co-authored-by: Dylan Donahue <[email protected]>
  • Loading branch information
dyldonahue and Dylan Donahue authored Mar 10, 2024
1 parent 4075bed commit 6887e39
Show file tree
Hide file tree
Showing 11 changed files with 2,413 additions and 1 deletion.
5 changes: 5 additions & 0 deletions segment_testing/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.pio
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch
16 changes: 16 additions & 0 deletions segment_testing/platformio.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html

[env:uno]
platform = atmelavr
board = uno
framework = arduino
monitor_speed = 115200
monitor_raw = yes
Loading

0 comments on commit 6887e39

Please sign in to comment.