issues
search
adafruit
/
Adafruit_CircuitPython_Register
Python data descriptor classes to represent hardware registers on I2C devices.
MIT License
52
stars
24
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
alarm2 changes
#57
mikeysklar
closed
2 months ago
1
minute support for ds3231 on alarm2
#56
mikeysklar
closed
2 months ago
0
Update i2c_bcd_alarm.py
#55
mikeysklar
closed
2 months ago
0
Add SPI bit(s) support
#54
jerryneedell
opened
3 months ago
3
Why is the alarm year & month hardcoded to Jan 2017?
#53
maholli
opened
5 months ago
3
16-bit Registers
#52
rgrizzell
closed
11 months ago
5
Bug - File "adafruit_register/i2c_struct_array.py", line 63, in __getitem__
#51
renannn
opened
1 year ago
1
BCDAlarmTimeRegister does not support minutely on DS3231
#50
caternuson
closed
2 months ago
11
Pin circuitpython_typing to min 1.3.1 but not 2.0.0
#49
tekktrik
closed
1 year ago
0
Add type annotations
#48
tekktrik
closed
2 years ago
0
Feature Request: Allow to set a delay when reading
#47
a-mueller
closed
2 years ago
5
Remove obsolete reference to ustruct
#46
dhalbert
closed
2 years ago
0
Linted
#45
evaherrada
closed
3 years ago
0
Missing Type Annotations
#44
FoamyGuy
closed
2 years ago
1
Feature request: be able to indicate a register needs to be set/read byte-by-byte.
#43
rpavlik
opened
3 years ago
0
Weekday in i2c_bcd_datetime reading incorrectly.
#42
TG-Techie
closed
3 years ago
0
Ran pre-commit, added licenses
#41
evaherrada
closed
3 years ago
0
Mask registers in BCDDateTimeRegister
#40
AdamCummick
closed
4 years ago
1
RWBits: Add support for signed registers
#39
jepler
closed
4 years ago
1
Black reformatting with Python 3 target.
#38
kattni
closed
4 years ago
0
Ran black, updated to pylint 2.x
#37
evaherrada
closed
4 years ago
0
Update Code of Conduct
#36
sommersoft
closed
4 years ago
0
adding simple bit and bits for SPI devices
#35
maholli
closed
2 years ago
17
Got README.rst to render in PyPI
#34
evaherrada
closed
4 years ago
1
Moved repository from Travis to GitHub Actions
#33
evaherrada
closed
4 years ago
0
Update requirements.txt to include blinka and busdevice
#32
siddacious
closed
5 years ago
0
Removed building locally section from README, replaced with documenta…
#31
evaherrada
closed
5 years ago
0
rename examples/register_struct to register_simpletest as per issue: …
#30
SecSuperN0va
closed
5 years ago
0
Rename example scripts and update examples.rst as per https://github.…
#29
SecSuperN0va
closed
5 years ago
2
Example needs to be renamed to include simpletest
#28
kattni
closed
5 years ago
1
Remove stop kwarg and use write_then_readinto.
#27
tannewt
closed
5 years ago
2
Not building on OSX
#26
mpechner
closed
5 years ago
12
Added module name to beginning of example filenames & updated docs to match
#25
evaherrada
closed
5 years ago
0
On the Trinket M0, I2c doesn't work due to Mar 6 'reversed' addition
#24
jepye
closed
5 years ago
3
Allow for MSB-order I2C readings
#23
ladyada
closed
5 years ago
0
Fix off-by-one, replace write/read with write_then_readinto, allow straddling bits
#22
ladyada
closed
5 years ago
0
Handle multi-byte registers with aplomb
#21
ladyada
closed
5 years ago
2
Adding support for multiple bytes per register
#20
kattni
closed
5 years ago
0
Add read-only UnaryStruct
#19
kattni
closed
5 years ago
0
Update README Travis Badge
#18
sommersoft
closed
5 years ago
0
pylint version fix
#17
kattni
closed
5 years ago
0
Fix docs badge URL.
#16
kattni
closed
6 years ago
0
Don't use offset kwd in struct.unpack_from()
#15
dhalbert
closed
6 years ago
0
https://github.com/adafruit/Adafruit_CircuitPython_PCF8523/issues/2
#14
apatt
closed
6 years ago
1
Re-add index contents
#13
tannewt
closed
6 years ago
0
Improve Ref Docs
#12
sommersoft
closed
6 years ago
0
adding rtd and discord
#11
brentru
closed
6 years ago
0
Introduce StructArray that can be used for repeated register
#10
tannewt
closed
6 years ago
6
Optimize UnaryStruct memory use for when its unused
#9
tannewt
closed
6 years ago
4
added examples folder and example .py files
#8
mrmcwethy
closed
6 years ago
1
Next