This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
0
You've already forked circuitpython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
circuitpython
/
shared-bindings
/
alarm
History
Dan Halbert
616201109c
correct MP_TYPE_FLAG_NONE to MP_TYPE_FLAG_HAS_SPECIAL_ACCESSORS
...
also remove #include py/objproperty.h where not needed (side effect of looking for property uses)
2023-11-04 22:51:41 -04:00
..
pin
Fix native property setting from subclass
2023-10-24 16:20:51 -07:00
time
Switch to using MP_ERROR_TEXT instead of translate, globally
2023-10-30 09:49:06 +01:00
touch
Fix native property setting from subclass
2023-10-24 16:20:51 -07:00
__init__.c
Switch to using MP_ERROR_TEXT instead of translate, globally
2023-10-30 09:49:06 +01:00
__init__.h
fix typos (partial) detected by codepell
2023-03-18 22:17:02 +07:00
SleepMemory.c
correct MP_TYPE_FLAG_NONE to MP_TYPE_FLAG_HAS_SPECIAL_ACCESSORS
2023-11-04 22:51:41 -04:00
SleepMemory.h
…