This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /dts-v1/; | |
| /plugin/; | |
| #include <dt-bindings/gpio/gpio.h> | |
| #include <dt-bindings/pinctrl/rockchip.h> | |
| / { | |
| // This metadata is for tools like dietpi-config | |
| metadata { | |
| title = "Enable Pimoroni Audio Amp SHIM on I2S3-M0"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Lil loading tool for JWCC: JSON With Commas and Comments. | |
| # See docstrings for loads() and jwcc2json() for more info. | |
| # Public domain. | |
| import json | |
| import re | |
| _INTERESTING_B = re.compile(rb''' | |
| \] # array end | |
| | \} # object end | |
| | (?<! \\)" # string start |