mirror of
https://github.com/Kugelschieber/arduino-c.git
synced 2026-01-18 11:00:26 +00:00
Moved arduino specific C files and started working on PWM.
This commit is contained in:
8
ard/serial.h
Normal file
8
ard/serial.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef SERIAL_H_
|
||||
#define SERIAL_H_
|
||||
|
||||
void serial_init(unsigned int);
|
||||
void serial_write(char*, unsigned int);
|
||||
void serial_read(char*, unsigned int);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user