| 20 | PotentiometerLowLevel::~PotentiometerLowLevel() FL_NOEXCEPT {} |
| 21 | |
| 22 | u16 PotentiometerLowLevel::read() { |
| 23 | return fl::analogRead(mPin); |
| 24 | } |
| 25 | |
| 26 | // ============================================================================ |
| 27 | // Potentiometer Implementation |
no test coverage detected