cariboulabs-cariboulite/software/libcariboulite/src/io_utils/pigpio
David Michaeli 79d5ee11af Changes in IO utils.
1. removed pigpio
2. moved to using gpiomem api for gpios
3. using spidev for soft-hard spi
4. updated the other parts of software.

note: tbd changes in the config.txt of spidev.
note: tbd moving out he kernel module to /etc/modules.d to be completely free of sudoing anything

firmware rx verification
2023-05-31 14:11:47 +00:00
..
Makefile changed structure 2021-06-13 15:22:44 +03:00
README.md deleted io_utils old files and added pigpio license 2021-06-18 15:17:10 +03:00
command.c docs: Fix a few typos 2021-08-21 13:27:44 +10:00
command.h docs: Fix a few typos 2021-08-21 13:27:44 +10:00
custom.cext changed structure 2021-06-13 15:22:44 +03:00
pigpio.c Changes in IO utils. 2023-05-31 14:11:47 +00:00
pigpio_.h Changes in IO utils. 2023-05-31 14:11:47 +00:00

README.md

PIGPIO Modifications

This code is a derivative of a project by @joan2937 (https://github.com/joan2937/pigpio). The makefile was modified to produce a single static library (.a) file and to be statically linked into the libcariboulite static library. Some redundant source files and the original Makefile have been deleted from the directory. The license part of the project (specifically the contents of this specific directory) are as specified in the following link (https://github.com/joan2937/pigpio/blob/master/UNLICENCE).