#include "sysconfig.h"
Go to the source code of this file.
Defines | |
| #define | DD_SPI_ADC_CS PB4 |
Functions | |
| int | get_temperature (void) |
| get_temperature This function is called when receiving from SPI-ADC | |
It handles all ADC specific functions/variables.
It can only be used with C167 and AVR90USB.
| #define DD_SPI_ADC_CS PB4 |
Referenced by get_temperature(), and init().
| int get_temperature | ( | void | ) |
get_temperature This function is called when receiving from SPI-ADC
| void |
References DD_SPI_ADC_CS, and SPI_MasterTransmit().
Referenced by temperature().
1.5.8