For an IterVar (or an axis), it has three kinds of features
- axis attribute
- arithmetic feature
- touch feature
""" | |
Test script for CAPT-B1-02 Capacitive Touch Matrix FeatherWing | |
Board files: https://github.com/joeycastillo/Feather-Projects/tree/master/Experiments/Cap%20Touch%20Experiments | |
Also uses an Adafruit 16x8 LED matrix: | |
https://www.adafruit.com/product/2037 | |
""" | |
import board | |
import touchio |
#!/usr/bin/env python3 | |
""" | |
gtkwave-sigrok-filter.py | |
Use as a 'Transaction Filter Process' in gtkwave to apply signal | |
Usage: | |
- Group input signals in gtkwave with F4 | |
- Apply this script as a 'Transaction Filter Process' (Right click / Data Format) |