#include <lpc21xx.h>#include "powswitch.h"
Defines | |
| #define | ESW (1<<16) |
| Pin define. | |
Functions | |
| void | init_pow_switch (void) |
| Initializes power switch. | |
| void | pow_switch_on (void) |
| Power switch ON. | |
| void | pow_switch_off (void) |
| Power switch OFF. | |
| #define ESW (1<<16) |
Pin define.
| void init_pow_switch | ( | void | ) |
Initializes power switch.

| void pow_switch_off | ( | void | ) |
Power switch OFF.

| void pow_switch_on | ( | void | ) |
Power switch ON.

1.7.1