Blame view

build2/epsilon-master/ion/src/shared/dummy/backlight.cpp 142 Bytes
6663b6c9   adorian   projet complet av...
1
2
3
4
5
6
7
8
9
  #include <ion/backlight.h>
  
  uint8_t Ion::Backlight::brightness() {
    return 0;
  }
  
  void Ion::Backlight::setBrightness(uint8_t b) {
    return;
  }