firmware  v0.1.2
Chromation Spectrometer Dev-Kit
Variables
Lis-Hardware.h File Reference

Lis uses general purpose I/O pins and a PWM pin to communicate with the Dynamax LIS-770i linear photodiode array. More...

#include <stdint.h>
#include <avr/io.h>
#include "Lis.h"

Go to the source code of this file.

Variables

lis_ptr Lis_ddr1 = &DDRD
 
lis_ptr Lis_port1 = &PORTD
 
lis_ptr Lis_pin1 = &PIND
 
lis_ptr Lis_ddr2 = &DDRB
 
lis_ptr Lis_port2 = &PORTB
 
lis_ptr Lis_TCCR0A = &TCCR0A
 
lis_ptr Lis_TCCR0B = &TCCR0B
 
lis_ptr Lis_TIFR0 = &TIFR0
 
lis_ptr Lis_OCR0A = &OCR0A
 
lis_ptr Lis_OCR0B = &OCR0B
 
lis_pin Lis_PixSelect = PB0
 
lis_pin Lis_Clk = PD5
 
lis_pin Lis_Rst = PD6
 
lis_pin Lis_Sync = PD7
 
lis_bit Lis_WGM00 = WGM00
 
lis_bit Lis_WGM01 = WGM01
 
lis_bit Lis_WGM02 = WGM02
 
lis_bit Lis_CS00 = CS00
 
lis_bit Lis_CS01 = CS01
 
lis_bit Lis_CS02 = CS02
 
lis_bit Lis_COM0B0 = COM0B0
 
lis_bit Lis_COM0B1 = COM0B1
 
lis_bit Lis_OCF0A = OCF0A
 
lis_bit Lis_OCF0B = OCF0B
 

Detailed Description

Lis uses general purpose I/O pins and a PWM pin to communicate with the Dynamax LIS-770i linear photodiode array.

Definition in file Lis-Hardware.h.