Files
Scanning the repository...
Last update 8 years 3 months
by ivanfeofanov
Filesperimeter_sensorreceivercodetestsatmega328 | |
---|---|
.. | |
Atmega328Hardware.h | |
avr_time.c | |
avr_time.h | |
avr_uart.c | |
avr_uart.h |
avr_uart.h#ifndef AVR_UART_H #define AVR_UART_H #include <stdint.h> void avr_uart_init(); void avr_uart_send_byte(char tx_byte); int16_t avr_uart_receive_byte(); #endif