driver 2.0.0.0
|
Driver Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Driver Click example.
This application offering a nine-pole spring terminal that can be used to implement and realize a wide range of different applications.
The demo application is composed of two sections :
Initializes GPIO driver and selects which inputs will be set in operation. Bits from 0 to 6 (selectIN) select inputs from IN1 to IN7, respectively.
Performs cycles in which selected inputs will be turned on for pulseWidth delay time one by one. When one input is turned on, it will be turned off after desired delay time before the next input be turned on.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |