Add pin_t to Marln 1.1 branch

This commit is contained in:
Scott Lahteine
2018-02-08 20:42:12 -06:00
parent 36ba754842
commit 9dd8a49f82
8 changed files with 67 additions and 63 deletions

View File

@@ -29,6 +29,10 @@
#ifndef _FASTIO_ARDUINO_H
#define _FASTIO_ARDUINO_H
#include <stdint.h>
typedef uint8_t pin_t;
#include <avr/io.h>
#define AVR_AT90USB1286_FAMILY (defined(__AVR_AT90USB1287__) || defined(__AVR_AT90USB1286__) || defined(__AVR_AT90USB1286P__) || defined(__AVR_AT90USB646__) || defined(__AVR_AT90USB646P__) || defined(__AVR_AT90USB647__))