Fixes warnings, bad code and code style

This commit is contained in:
Antonio Lignan 2014-10-16 17:59:52 +02:00
parent 4cc1762851
commit c836fbfbd9
6 changed files with 164 additions and 195 deletions

View file

@ -44,7 +44,6 @@ void relay_enable(uint8_t pin);
void relay_on();
void relay_off();
uint8_t relay_toogle();
int8_t relay_toogle();
#endif /* RELAY_PHIDGET_H_ */