Carter Nelson
Carter Nelson
Closing. That formatting was done by clang because of the long comment line. That's also why the CI fails when reverting to a single line. This formatting should not cause...
I'll 2nd the library zip idea using requirements.txt. Even better would be some kind of mechanism that would allow getting all the libraries needed for a specific guide. Something like...
Could the other release fields be used at all as a place to store the additional meta data? I'm thinking the "Release Title" and "Release Description" that also get filled...
Sorry for missing this PR. If you're still interested in submitting this, please submit as a new separate example. Can call it `thermal_cam_auto_scale.ino` or similar.
Sorry for missing this PR. Seems like a nice update to the examples. If you're still up for working this, suggest creating a #def for the value. Could call it...
Or...would it work to compute the SCALE value? The output range is known = 255. So just need to scale the set temperature range up to that based on min...
This seems similar to #3 ?
Sorry for missing this PR. Looks like it never passed the CI checks. If you're still interested in working this, please try pushing new changes (or may start a new...
The PR is #18. Just adding the reference here for tie in.
similar with 4.x: ```python Adafruit CircuitPython 4.0.0-beta.5 on 2019-03-17; Adafruit Metro M0 Express with samd21g18 >>> import board, busio >>> import adafruit_character_lcd.character_lcd_i2c as character_lcd >>> i2c = busio.I2C(board.SCL, board.SDA) >>>...