More work on PWM and added utility function to map values.

This commit is contained in:
Marvin Blum
2017-03-27 17:13:05 +02:00
parent bc2c6da436
commit 48d96d5b7d
7 changed files with 58 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
#ifndef PINS_H_
#define PINS_H_
#ifndef ARD_PINS_H_
#define ARD_PINS_H_
extern const unsigned char LOW;
extern const unsigned char HIGH;