BlinkenArea - GitList
Repositories
Blog
Wiki
mips_sys
Code
Commits
Branches
Tags
Search
Tree:
420617e
Branches
Tags
master
mips_sys
fw
leds.h
added "LEDs" I/O peripheral changed instruction memory from dpram to generated rom improved firmware structure to generate rom VHDL code
Stefan Schuermans
commited
420617e
at 2012-02-10 22:43:28
leds.h
Blame
History
Raw
#ifndef LEDS_H #define LEDS_H /** * @brief set state of LEDS * @param[in] state LED state */ void leds_set_state(unsigned char state); #endif /* #ifndef LEDS_H */