File List#
Here is a list of all files with brief descriptions:
- file README.md
- dir libpisoundmicro
- file activity.cpp
- file analog_input.cpp
- file element.cpp
- file encoder.cpp
- file gpio.cpp
- file lib_initializer.cpp
- file libpisoundmicro_test.cpp
- file name.cpp
- file pisound-micro.c
- file python-api-doc.c
- file utils.c
- file utils.h
- file value_fd.cpp
- dir include
- file pisound-micro.h The header to include in your projects:
#include < pisound-micro.h >
__ - dir pisound-micro
- file activity.h Activity element class header.
- file analog_input.h Analog Input element class header.
- file api.h This header defines the C APIs of libpisoundmicro.
- file api_cpp.h Includes the C++ headers.
- file api_internal.h
- file element.h Element class header.
- file encoder.h Encoder element class header.
- file gpio.h Gpio element class header.
- file lib_initializer.h LibInitializer class header.
- file name.h ElementName class header.
- file types.h This header defines the various types of libpisoundmicro.
- file value_fd.h ValueFd class header.
- file pisound-micro.h The header to include in your projects:
- dir pypisoundmicro
- file setup.py