added slowadc to python

This commit is contained in:
Erik Frojdh
2020-09-10 12:16:25 +02:00
parent 34043c358f
commit a95d8f664a
4 changed files with 32 additions and 0 deletions

View File

@ -70,6 +70,7 @@ dacs = [
]
intentionally_missing = [
'activate', #use getActive and getRxPadDeactivatedMode syntax is not a good fit for python
'temp_10ge', #temperatures already available from enum or specialized class
'temp_adc',
'temp_dcdc',