-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* uwb firmware updates - added lunabot_embedded readme * Added UWB code to teensy - Added new class in interfaces - Followed pattern of encoder class - Sourced from uwb_sensor_test.ino - Used class in robot.cpp in new namespace - Followed pattern of other namespaces - No read command; unecessary - Added new interrupt timer in teensy_main - To run code from interfaces * added compilation and flashing docs, in progress * added Serial8 to UWB interface * squashed feature/uwb_firmware * uwb works on robot, made range 5m --------- Co-authored-by: WoozyDragon <[email protected]>
- Loading branch information
1 parent
dff3e1c
commit f779789
Showing
14 changed files
with
521 additions
and
263 deletions.
There are no files selected for viewing
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
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,11 @@ | ||
#!/bin/sh | ||
|
||
## Installs compilation tools | ||
# get arduino-cli executable (replace with Linux_x86 if necessary) | ||
wget https://downloads.arduino.cc/arduino-cli/arduino-cli_latest_Linux_ARM64.tar.gz | ||
tar -xvf arduino-cli_latest_Linux_ARM64.tar.gz | ||
./arduino-cli config init | ||
python3 update_board_manager.py | ||
./arduino-cli core install teensy:avr | ||
|
||
## Installs teensy flasher |
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
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
Oops, something went wrong.