uzh-rpg / rpg_single_board_io

GPIO and ADC functionality for single board computers
Other
4 stars 6 forks source link

gpioSetup made public again and added empty constructor #3

Closed potaito closed 7 years ago

potaito commented 7 years ago

@mfaessle for you

mfaessle commented 7 years ago

In the int ADCReader::adcSetup(const unsigned int adc_id) function we also need to do issetup = true;

potaito commented 7 years ago

Take a look