add doc
add read searial data over USB0 with a FTDI Cable
creation of the library PWM
forgot to change between both header files the protection of the headers by #ifndef __GPIO_LIB_SHMEM_H__
add link with lib_gpio (even if not used yet)
add function for library version number (suppress the unused printf)
add function for library version number
add comment in lib_gpio.h : the functions to be written for PWM management
Firsts test of PWM management to see what registers are to set
Add a test folder for PWM management.
move folder dumpcard_test into folder dumpcard
GLOBAL RENAME of GPIOs functions inside lib_gpio
GLOBAL RENAME of GPIOs libraries
libgpio delivery for RobotArm
supress delivery error
First delivery for RobotArm
First delivery for RobotArm
Change GPIOs from 2&26 to 21 & 22 for better use.
Change name of the buttons in HMI
Led management finished.
Docs: minor adaptation
Docs: complete the specification and add datasheet of main component L293D
Add a grid in the window in order to display lines of buttons correctly
First window in GTK using 2 GPIOs to light led when a button is pressed and stop lightning when button is released.
add missing function gpio_CreateGpio for compatibility
correction compilation errors on types & use C99 types.
Add dedicated folder for interface between raspberry PI and a Robot Arm piloted with a remote control(for children). Goal is to program the movement of the robot arm with Scratch with the raspberry PI.
Use dumpcard with "shared memory" library inste...
add comments
add description of the tools used
Use of shared memory GPIO library, instead "old...
Add shared memory library, including makefile.
Change to C99 types
TAG the version 1.01 of dumpcard : same as prev...
suppress double definitions in gpio_config (alr...
Change RPI_GPIO_DIRECTION_OUT from 0 to 1 in or...
correct bug in library + add compiled library &...
Supress unusefull reference to CRC_Lib.a
BUG correction on setting direction of GPIO: du...
Tag the version tested with videopac card 32 + ...
add documentation and specification of the hard...
error correction in Makefile : change compilati...
add compiled library
recompil
add comment and minor modifs.
add open with O_SYNC flag to check if it correc...
Adjust with test with videopac cartdridge 32 (f...
minor modifs
ask for an address in the program and not on th...
change compiler name in makefiles : uses arm-li...
add new folder for testing purpose
Change makefiles: add automatic selection of co...
initial files