GITLAB

에프에이리눅스 / 1611_0007_prime_oven

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • 1611_0007_prime_oven
  • app
  • gui
  • oven_control
  • backlight.h
  • f7926454e   자동 밝기 조절 기능 추가 Browse Code »
    김태훈
    2017-05-22 17:48:02 +0900  
backlight.h 140 Bytes
edit raw blame history
1 2 3 4 5 6 7 8 9 10 11
#ifndef BACKLIGHT_H
#define BACKLIGHT_H


namespace Backlight {
void lower();
void restore();
void set(int level);
}

#endif // BACKLIGHT_H