├── LICENSE.md ├── README.md ├── millis-example.c ├── millis.c └── millis.h /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monoclecat/avr-millis-function/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monoclecat/avr-millis-function/HEAD/README.md -------------------------------------------------------------------------------- /millis-example.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monoclecat/avr-millis-function/HEAD/millis-example.c -------------------------------------------------------------------------------- /millis.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monoclecat/avr-millis-function/HEAD/millis.c -------------------------------------------------------------------------------- /millis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monoclecat/avr-millis-function/HEAD/millis.h --------------------------------------------------------------------------------