File tree
3 files changed
+17
-17
lines changed- frozen
- ports/nrf/boards/TG-Watch
3 files changed
+17
-17
lines changedSubmodule Adafruit_CircuitPython_FocalTouch updated 22 files
- .github/workflows/build.yml+24-4
- .github/workflows/release.yml+4
- .gitignore+5-1
- .pre-commit-config.yaml+19
- .pylintrc+4
- .readthedocs.yml+4
- CODE_OF_CONDUCT.md+10-4
- LICENSES/CC-BY-4.0.txt+324
- LICENSES/MIT.txt+19
- LICENSES/Unlicense.txt+20
- README.rst.license+3
- adafruit_focaltouch.py+17-25
- docs/_static/favicon.ico.license+3
- docs/api.rst.license+3
- docs/conf.py+4
- docs/examples.rst.license+3
- docs/index.rst.license+3
- examples/focaltouch_paint_simpletest.py+4-1
- examples/focaltouch_print_touches.py+3
- examples/focaltouch_print_touches_with_irq.py+47
- requirements.txt+4
- setup.py+4
Submodule Adafruit_CircuitPython_Register updated 30 files
- .github/workflows/build.yml+24-4
- .github/workflows/release.yml+4
- .gitignore+4
- .pre-commit-config.yaml+19
- .pylintrc+4
- .readthedocs.yml+4
- CODE_OF_CONDUCT.md+10-4
- LICENSES/CC-BY-4.0.txt+324
- LICENSES/MIT.txt+19
- LICENSES/Unlicense.txt+20
- README.rst+3-3
- README.rst.license+3
- adafruit_register/i2c_bcd_alarm.py+2-20
- adafruit_register/i2c_bcd_datetime.py+5-22
- adafruit_register/i2c_bit.py+3-20
- adafruit_register/i2c_bits.py+3-20
- adafruit_register/i2c_struct.py+3-20
- adafruit_register/i2c_struct_array.py+3-20
- docs/_static/favicon.ico.license+3
- docs/api.rst.license+3
- docs/conf.py+4
- docs/conf_old.py-290
- docs/examples.rst.license+3
- docs/index.rst.license+3
- examples/register_rwbit.py+3
- examples/register_rwbits.py+3
- examples/register_simpletest.py+3
- examples/register_unarystruct.py+3
- requirements.txt+4
- setup.py+4
Lines changed: 15 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 |
| - | |
| 33 | + | |
37 | 34 |
| |
38 |
| - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 |
| - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
|
0 commit comments