Functions
morse.c File Reference
#include <gpio/gpio.h>
#include <error/error.h>
#include <types/types.h>
#include <clock/clock.h>
Include dependency graph for morse.c:

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]

Definition at line 56 of file morse.c.

static void morse_dot ( gpio  led,
int  on,
int  off 
) [static]

Definition at line 63 of file morse.c.

static void morse_number ( unsigned int  disp,
gpio  led,
int  on,
int  off 
) [static]

Definition at line 70 of file morse.c.

void output_error ( unsigned int  value,
gpio  led,
int  on,
int  off 
)

Definition at line 175 of file morse.c.

static void wait_dash ( void  ) [static]

Definition at line 38 of file morse.c.

static void wait_dot ( void  ) [static]

Definition at line 31 of file morse.c.

static void wait_morse_letter ( void  ) [static]

Definition at line 44 of file morse.c.

static void wait_morse_word ( void  ) [static]

Definition at line 50 of file morse.c.



aseba
Author(s): Stéphane Magnenat
autogenerated on Thu Jan 2 2014 11:17:17