micropython/drivers/dht
Javier Candeira 35a1fea90b all: Raise exceptions via mp_raise_XXX
- Changed: ValueError, TypeError, NotImplementedError
  - OSError invocations unchanged, because the corresponding utility
    function takes ints, not strings like the long form invocation.
  - OverflowError, IndexError and RuntimeError etc. not changed for now
    until we decide whether to add new utility functions.
2017-08-13 22:52:33 +10:00
..
dht.c all: Raise exceptions via mp_raise_XXX 2017-08-13 22:52:33 +10:00
dht.h all: Unify header guard usage. 2017-07-18 11:57:39 +10:00