#include "sysconfig.h"
#include "spi.h"
#include "adc.h"
Functions | |
| int | get_temperature (void) |
| get_temperature This function is called when receiving from SPI-ADC | |
It contains all functions which are neccessary to handle the ADC
It handles receiving from the ADC via SPI.
It is NOT Controller specific
| 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