mirror of
https://github.com/Kugelschieber/arduino-c.git
synced 2026-01-18 11:00:26 +00:00
More work on PWM and added utility function to map values.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef SERIAL_H_
|
||||
#define SERIAL_H_
|
||||
#ifndef ARD_SERIAL_H_
|
||||
#define ARD_SERIAL_H_
|
||||
|
||||
void serial_init(unsigned int);
|
||||
void serial_write(char*, unsigned int);
|
||||
|
||||
Reference in New Issue
Block a user