Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brainstorm/embassy-as5600
AVR PoC for an AS5600 magnetic encoder jig
https://github.com/brainstorm/embassy-as5600
Last synced: 9 days ago
JSON representation
AVR PoC for an AS5600 magnetic encoder jig
- Host: GitHub
- URL: https://github.com/brainstorm/embassy-as5600
- Owner: brainstorm
- Created: 2024-03-24T09:07:40.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-06-30T10:38:11.000Z (4 months ago)
- Last Synced: 2024-07-02T04:08:44.930Z (4 months ago)
- Language: Rust
- Size: 28.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quickstart
Flash the Arduino Mega 2560 board with, YMMV:
```sh
cargo run -- -P /dev/ttyUSB0 # Linux
cargo run -- -P /dev/cu.usbserial-124430 # OSX
```# Prerequisites
```
$ apt-get install avrdude clang pkg-config gcc-avr gdb-avr libelf-dev # Linux
$ brew install avrdude # OSX
$ cargo install ravedude
```