#include <gpio/gpio.h>
#include <error/error.h>
#include <types/types.h>
#include <clock/clock.h>
Go to the source code of this file.
Functions |
static void | morse_dash (gpio led, int on, int off) |
static void | morse_dot (gpio led, int on, int off) |
static void | morse_number (unsigned int disp, gpio led, int on, int off) |
void | output_error (unsigned int value, gpio led, int on, int off) |
static void | wait_dash (void) |
static void | wait_dot (void) |
static void | wait_morse_letter (void) |
static void | wait_morse_word (void) |
Function Documentation
static void morse_dash |
( |
gpio |
led, |
|
|
int |
on, |
|
|
int |
off |
|
) |
| [static] |
static void morse_dot |
( |
gpio |
led, |
|
|
int |
on, |
|
|
int |
off |
|
) |
| [static] |
static void morse_number |
( |
unsigned int |
disp, |
|
|
gpio |
led, |
|
|
int |
on, |
|
|
int |
off |
|
) |
| [static] |
void output_error |
( |
unsigned int |
value, |
|
|
gpio |
led, |
|
|
int |
on, |
|
|
int |
off |
|
) |
| |