File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ 0.0.20
2+ ----
3+ * Fix for SPI not loading spidevX.X correctly based on load order
4+ * Initialize ctrl_dir in unload_device_tree #63
5+ * Clean up unused/dead code
6+
170.0.19
28----
39* Fix for SPI.xfer crashes python after 3 calls
Original file line number Diff line number Diff line change 4343 'Topic :: System :: Hardware' ]
4444
4545setup (name = 'Adafruit_BBIO' ,
46- version = '0.0.19 ' ,
46+ version = '0.0.20 ' ,
4747 author = 'Justin Cooper' ,
4848 author_email = 'justin@adafruit.com' ,
4949 description = 'A module to control BeagleBone IO channels' ,
Original file line number Diff line number Diff line change @@ -68,6 +68,6 @@ void define_constants(PyObject *module)
6868 both_edge = Py_BuildValue ("i" , BOTH_EDGE );
6969 PyModule_AddObject (module , "BOTH" , both_edge );
7070
71- version = Py_BuildValue ("s" , "0.0.19 " );
71+ version = Py_BuildValue ("s" , "0.0.20 " );
7272 PyModule_AddObject (module , "VERSION" , version );
7373}
You can’t perform that action at this time.
0 commit comments