Files
Scanning the repository...
Last update 8 years 4 months
by ivanfeofanov
Filesperimeter_sensorreceivercodetestsatmega328 | |
---|---|
.. | |
Atmega328Hardware.h | |
avr_time.c | |
avr_time.h | |
avr_uart.c | |
avr_uart.h |
avr_time.h#ifndef AVR_TIME_H #define AVR_TIME_H #include <stdint.h> void avr_time_init(); void avr_time_overflow_handler(); uint32_t avr_time_now(); #endif