コード例 #1
0
ファイル: peripherals.c プロジェクト: naveenaero/Pratham-OILS
void read_SS(void){
  
  ///Configure the Sunsensor ADC IC
  configure_SS();
  
  ///Poll the ADC for readings
  poll_SS();
  
}
コード例 #2
0
ファイル: peripherals.c プロジェクト: ashtesh/thermovacCodes
void read_SS(void){
  
  ///Configure the Sunsensor ADC IC
  //configure_SS();
  
  ///Poll the ADC for readings
  poll_SS();
  //PORTA=0x00;
  return;
  
}