Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```