1
0
mirror of https://github.com/xtacocorex/CHIP_IO synced 2025-07-20 04:43:21 +00:00

More work on #10. PWM0 Loading is complete and verified, i2c-1 loading loads to i2c-3, verification fails, spi2 is loaded, but no verification. No work on custom overlay loading. Fixed issues with test_pwm_setup.py; only 2 tests fail now (when PWM0 is loaded

This commit is contained in:
Robert Wolterman
2016-07-16 10:45:13 -05:00
parent 1c4168cf0d
commit ee8445918e
9 changed files with 25 additions and 220 deletions

View File

@ -1,6 +1,6 @@
try:
from overlays import builder
builder.compile()
#builder.compile()
builder.copy()
except:
pass