firmware  v0.1.2
Chromation Spectrometer Dev-Kit
Hardware.h
Go to the documentation of this file.
1 
5 #ifndef _HARDWARE_H
6 #define _HARDWARE_H
7 // avr libs
8 #include <avr/interrupt.h> // defines macro ISR()
9 #include <avr/io.h> // includes iom328p.h for hardware i/o values
10 // all hardware libs have hardware definitions
11 // add those definitions here ("-Hardware.h")
12 // for inclusion in the main() translation unit
13 #include "BiColorLed-Hardware.h"
14 #include "Usb-Hardware.h"
15 /* #include "SpiMaster-Hardware.h" */
16 #include "Spi-Hardware.h"
17 
18 #endif // _HARDWARE_H
19 
usb-bridge communicates over USB via FTDI USB Bridge IC FT221X