You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/*
|
|
* entryf.h
|
|
*
|
|
* Created: 23-Feb-19 18:03:14
|
|
* Author: Edwin
|
|
*/
|
|
|
|
|
|
#ifndef ENTRYF_H_
|
|
#define ENTRYF_H_
|
|
|
|
void ledInit();
|
|
|
|
void turnOnLed();
|
|
|
|
void turnOffLed();
|
|
|
|
void toggleLed();
|
|
|
|
#endif /* ENTRYF_H_ */ |