Skip to content

Implementation of millis() (like in Arduino IDE) on AVR microcontrollers ATTiny85

Notifications You must be signed in to change notification settings

sourceperl/millis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

millis.c
--------

this sample is for an Atmel ATTiny85 (AVR uC)

to compile you need AVR-GCC toolchain for Linux.

install command for "debian like" GNU/Linux :
  sudo apt-get install gcc-avr binutils-avr gdb-avr avr-libc avrdude

to compile it        : make
to read program size : make size
to upload            : make upload
  |-> i use AVRDUDE with an Arduino UNO (with ArduinoISP sketch)
to clean directory   : make clean

About

Implementation of millis() (like in Arduino IDE) on AVR microcontrollers ATTiny85

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages