Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arm firmware implementation #407

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
0844c36
Arm Firmware Progress
TateKolton Feb 28, 2022
c006f77
updated comments
TateKolton Feb 28, 2022
b929a07
uncommented code
TateKolton Feb 28, 2022
1423da3
Updated by removing useless compiler files from firmware folder
TateKolton Mar 1, 2022
586d383
Update src/firmware/arm_firmware/SerialCom1/SerialCom/Form1.cs
TateKolton Mar 3, 2022
7cc105c
Update src/firmware/arm_firmware/SerialCom1/SerialCom/Form1.cs
TateKolton Mar 3, 2022
68d19a5
Update src/firmware/arm_firmware/SerialCom1/SerialCom/Form1.cs
TateKolton Mar 3, 2022
f8d7295
Update src/firmware/arm_firmware/SerialCom1/SerialCom/Form1.cs
TateKolton Mar 3, 2022
308ec3d
Update src/firmware/arm_firmware/armSketchRev3.ino
TateKolton Mar 3, 2022
3dc74ad
Update src/firmware/arm_firmware/armSketchRev3.ino
TateKolton Mar 3, 2022
906afe3
Added arduino sketch to a folder so it can run in IDE. Totally refact…
TateKolton Mar 4, 2022
df2dfb0
whoopsies, wrong pin mode
TateKolton Mar 4, 2022
170c6ea
new file! for xbox control. this version has not been tested but it w…
TateKolton Mar 10, 2022
ea90ea5
firmware updated to include wrist motion special case
TateKolton Mar 15, 2022
4ff1907
updated switch firmware
TateKolton Apr 13, 2022
f7e16b0
progress
TateKolton Apr 18, 2022
bf4197e
actual-progress
TateKolton Apr 27, 2022
c01198d
test
TateKolton Apr 27, 2022
4ba0340
prog
TateKolton Apr 27, 2022
7d98817
progress
TateKolton Apr 27, 2022
fbd3c36
progress
TateKolton Apr 28, 2022
fcb9330
updated
TateKolton Apr 28, 2022
00002db
prog
TateKolton Apr 27, 2022
9c5c2fa
progress
TateKolton May 1, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@ phidgetlog.log

# arm firmware ignores

src/firmware/arm_firmware/SerialCom1/.vs/
src/firmware/arm_firmware/SerialCom1/.vs/
src/firmware/arm_firmware/SerialCom1/SerialCom/bin
src/firmware/arm_firmware/SerialCom1/SerialCom/obj
src/firmware/arm_firmware/SerialCom1/SerialCom/Form1.resx
129 changes: 0 additions & 129 deletions src/firmware/arm_firmware/SerialCom1/SerialCom/Form1.resx

This file was deleted.

Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading