/* * alert.h * * Created on: 24.04.2015 * Author: dode@luniks.net */ #ifndef ALERT_H_ #define ALERT_H_ void oscillate(void); void beep(uint8_t beeps, uint8_t length); void alert(uint8_t beeps, uint8_t length, char* line0, char* line1); #endif /* ALERT_H_ */