All Projects → simon-i1-h → arduboy-hello-rs

simon-i1-h / arduboy-hello-rs

Licence: MIT license
Demo for Arduboy written in rust

Programming Languages

rust
11053 projects
Makefile
30231 projects
Dockerfile
14818 projects
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to arduboy-hello-rs

ptScheduler
Pretty tiny Scheduler or ptScheduler is an Arduino library for writing non-blocking periodic tasks easily.
Stars: ✭ 14 (-33.33%)
Mutual labels:  avr
ATtiny85-TinyLoad
Electronic Dummy Load
Stars: ✭ 32 (+52.38%)
Mutual labels:  avr
vusbtiny
Small ISP programmer that uses an ATtiny running V-USB
Stars: ✭ 18 (-14.29%)
Mutual labels:  avr
atmega8-magnetometer-usb-mouse
ATmega8 working as USB mouse, by reading movements from a magnetometer (digital compass). [Projeto Final do curso de Bacharelado em Ciência da Computação DCC/UFRJ]
Stars: ✭ 19 (-9.52%)
Mutual labels:  avr
Arduino-Log
Simple application log library. supporting multiple log levels, custom output & flash memory support.
Stars: ✭ 132 (+528.57%)
Mutual labels:  avr
Open-SAE-J1939
SAE J1939 protocol free to use for embedded systems or PC with CAN-bus
Stars: ✭ 120 (+471.43%)
Mutual labels:  avr
Arduino-GPIO
General Purpose Input/Output (GPIO) library for Arduino
Stars: ✭ 43 (+104.76%)
Mutual labels:  avr
Original-CR10-Marlin-Firmware-Source
This is the ORIGINAL Creality CR10 Firmware Source as Creality installs it.
Stars: ✭ 16 (-23.81%)
Mutual labels:  avr
libavrutil
Easy to use, lightweight and unified library for performing common microcontroller tasks
Stars: ✭ 21 (+0%)
Mutual labels:  avr
ATtiny13-TinyUPS
Uninterruptible Power Supply
Stars: ✭ 92 (+338.1%)
Mutual labels:  avr
ArduboyCollection
Collection of Arduboy compiled games, demos and applications. Fork the repo and add your own games via Pull requests.
Stars: ✭ 99 (+371.43%)
Mutual labels:  arduboy
ATtiny84-TinyCalibrator
OSC Calibrator and High-Voltage Fuse Resetter for 8-Pin ATtinys
Stars: ✭ 39 (+85.71%)
Mutual labels:  avr
ioBroker.denon
Denon AVR adapter for ioBroker
Stars: ✭ 15 (-28.57%)
Mutual labels:  avr
DemOS
Free, simple, extremely lightweight, stackless, cooperative, co-routine system (OS) for microcontrollers
Stars: ✭ 18 (-14.29%)
Mutual labels:  avr
ATtiny13-TinyTacho
Simple RPM-Meter
Stars: ✭ 36 (+71.43%)
Mutual labels:  avr
ATtiny85-TinyDFPlayer
MP3-Player
Stars: ✭ 22 (+4.76%)
Mutual labels:  avr
atmega
Bare ATmega 8/168/328 microcontrollers with the Arduino IDE.
Stars: ✭ 75 (+257.14%)
Mutual labels:  avr
threeboard
A fully-functional open source and open hardware mechanical USB computer keyboard with only three keys!
Stars: ✭ 98 (+366.67%)
Mutual labels:  avr
digital-electronics-2
AVR course at Brno University of Technology
Stars: ✭ 12 (-42.86%)
Mutual labels:  avr
avr-ds18b20
AVR library for controlling DS18B20 temperature sensors
Stars: ✭ 52 (+147.62%)
Mutual labels:  avr

arduboy-hello-rs

hello, arduboy and rust

Build

Main requirements:

  • rustup
  • arduino-cli
PORT=/dev/ttyACM0 # e.g.
make PORT=$PORT setup && make && make upload

See also Dockerfile for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].