Skip to content

Commit

Permalink
fix sAPI_AnalogIO.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Pernia committed May 3, 2016
1 parent 8bba7f2 commit dba1b81
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions sapi/sapi_bm/src/sAPI_AnalogIO.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,6 @@ void analogConfig( uint8_t config ){
* @param AI0 ... AIn
* @return analog value
*/

/* 46 47 48 49 */
typedef enum{
AI2 = 46, AI1, AI0, AO

uint16_t analogRead( uint8_t analogInput ){

uint8_t lpcAdcChannel = 49 - analogInput;
Expand Down

0 comments on commit dba1b81

Please sign in to comment.