Example #1
0
void read_SS(void){
  
  ///Configure the Sunsensor ADC IC
  configure_SS();
  
  ///Poll the ADC for readings
  poll_SS();
  
}
Example #2
0
void read_SS(void){
  
  ///Configure the Sunsensor ADC IC
  //configure_SS();
  
  ///Poll the ADC for readings
  poll_SS();
  //PORTA=0x00;
  return;
  
}