]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/commit
Separate GPIO HAL interface from the code
authorMichal Horn <michal@apartman.cz>
Thu, 16 Jul 2015 07:41:00 +0000 (09:41 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 2 Aug 2015 18:09:44 +0000 (20:09 +0200)
commitd7a26b4af6ff2b834790b0bf4d90d6de21944ba6
tree2f6587706f9587413752c0e80abe44652bebd2f3
parent8880f0da23a1642f42a32ec6f24ab8c410006ff4
Separate GPIO HAL interface from the code

The implementation of the functions is moved to the source file, leaving only commented
function prototypes of the interface functions in the header and hiding the internal
functions in the source file.

Move GPIO HAL functions definitions from the header file fo the source file

Move functions comments from the source files to the header files
rpp/include/hal/gpio.h
rpp/include/hal/port_gpio.h
rpp/include/hal/port_spi.h
rpp/src/hal/gpio.c
rpp/src/hal/port_gpio.c
rpp/src/hal/port_spi.c