Skip to content

Sinsjr2/arduino_temp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ビルドと書き込みコマンド

nimble build && avr-objcopy -O ihex -R .eeprom bin/arduino_temp.elf bin/arduino_temp.hex && avr-size bin/arduino_temp.elf &&  avrdude -D  -c arduino -C ~/Downloads/arduino-1.8.13-linux64/arduino-1.8.13/hardware/tools/avr/etc/avrdude.conf -p ATMEGA328P -V -P /dev/ttyUSB0  -b 57600 -U flash:w:bin/arduino_temp.hex

About

Arduino nano用のnim言語で作成した温度測定アプリです。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages