Skip to content

headblockhead/pico-pca9555

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pico_pca9555

Nix Flake xc compatible

A C library for controlling the PCA9555/TCA9555 I2C IO expander with the Raspberry Pi Pico.

Development

This library uses nix. To develop, run the nix shell using nix develop. This library can also be build using nix build.

Tasks

build

Directory: ./build

Build a static archive library (.a).

cmake -DCMAKE_BUILD_TYPE=Release ..
make -j4

build-dbg

Directory: ./build

Build the library with debug information.

cmake -DCMAKE_BUILD_TYPE=Debug .. 
make -j4
cp compile_commands.json ../ # Copies the autocomplete information for ccls.

clean

Cleans the build directory for a fresh build.

rm -rf ./build
mkdir build

About

Library for the P/TCA9555 16-bit I2C-bus and SMBus I/O port with interrupt.

Topics

Resources

Stars

Watchers

Forks