Adafruit_Blinka/.gitignore
Jan Volckaert 658584212c Add pulseio support for odroidc4
- 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
2023-04-19 20:28:05 +02:00

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