-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* imported existing linduino code * changed to new gpio expander * fixed loop iteration * poop fart --------- Co-authored-by: Dylan Donahue <[email protected]>
- Loading branch information
1 parent
4075bed
commit 6887e39
Showing
11 changed files
with
2,413 additions
and
1 deletion.
There are no files selected for viewing
Submodule Embedded-Base
updated
3 files
+33 −12 | platforms/stm32f405/src/can.c | |
+1 −0 | platforms/stm32g431/include/fdcan.h | |
+31 −5 | platforms/stm32g431/src/fdcan.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.