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

S13131 uses general purpose I/O pins and a PWM pin to communicate with the Hamamatu S13131-512 CMOS image sensor. More...

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

Go to the source code of this file.

Variables

s13131_ptr S13131_ddr = &DDRD
 
s13131_ptr S13131_port = &PORTD
 
s13131_ptr S13131_pin = &PIND
 
s13131_ptr S13131_TCCR0A = &TCCR0A
 
s13131_ptr S13131_TCCR0B = &TCCR0B
 
s13131_ptr S13131_TIFR0 = &TIFR0
 
s13131_ptr S13131_OCR0A = &OCR0A
 
s13131_ptr S13131_OCR0B = &OCR0B
 
s13131_pin S13131_Clk = PD5
 
s13131_pin S13131_St = PD6
 
s13131_pin S13131_Eos = PD7
 
s13131_bit S13131_WGM00 = WGM00
 
s13131_bit S13131_WGM01 = WGM01
 
s13131_bit S13131_WGM02 = WGM02
 
s13131_bit S13131_CS00 = CS00
 
s13131_bit S13131_CS01 = CS01
 
s13131_bit S13131_CS02 = CS02
 
s13131_bit S13131_COM0B0 = COM0B0
 
s13131_bit S13131_COM0B1 = COM0B1
 
s13131_bit S13131_OCF0A = OCF0A
 
s13131_bit S13131_OCF0B = OCF0B
 

Detailed Description

S13131 uses general purpose I/O pins and a PWM pin to communicate with the Hamamatu S13131-512 CMOS image sensor.

Definition in file S13131-Hardware.h.