- added libgpiod_pulsein binary build on odroidc4 - added libgpiod_pulsein binary as package_data - added extra check to verify if i2c is available - added PulseIn to meson_g12_common that takes Pin instance and update pin id and chip name according to Pin
17 lines
No EOL
202 B
Text
17 lines
No EOL
202 B
Text
# SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries
|
|
#
|
|
# SPDX-License-Identifier: Unlicense
|
|
|
|
*.mpy
|
|
.idea
|
|
__pycache__
|
|
_build
|
|
*.pyc
|
|
.env
|
|
bundles
|
|
*.DS_Store
|
|
.eggs
|
|
dist
|
|
**/*.egg-info
|
|
.vscode
|
|
build |