#include "coridium.h"#include "cor_hwlib.h"#include "cor_wrflash.h"#include "string.h"#include "printf.h"Go to the source code of this file.
Functions | |
| int | initializeLedAndSwitch (int r_led_pin, int g_led_pin, int reset_pin, int mode_pin) |
| int | getLedRedState () |
| int | getLedGreenState () |
| int | setLedRedState (int red) |
| int | setLedGreenState (int green) |
| int | getResetSwitch () |
| int | getModeSwitch () |
| int getLedGreenState | ( | ) |
Definition at line 38 of file led_and_switch.c.
| int getLedRedState | ( | ) |
Definition at line 33 of file led_and_switch.c.
| int getModeSwitch | ( | ) |
Definition at line 68 of file led_and_switch.c.
| int getResetSwitch | ( | ) |
Definition at line 63 of file led_and_switch.c.
| int initializeLedAndSwitch | ( | int | r_led_pin, | |
| int | g_led_pin, | |||
| int | reset_pin, | |||
| int | mode_pin | |||
| ) |
Definition at line 5 of file led_and_switch.c.
| int setLedGreenState | ( | int | green | ) |
Definition at line 53 of file led_and_switch.c.
| int setLedRedState | ( | int | red | ) |
Definition at line 43 of file led_and_switch.c.
1.6.3