diff options
author | Damien George <damien.p.george@gmail.com> | 2016-05-31 13:58:48 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2016-05-31 13:58:48 +0100 |
commit | 4940bee62a636f7e2653a4d4eeac5071448addc0 (patch) | |
tree | d7b315c3ec0fe1e52796bd548080218980c90652 /py/py.mk | |
parent | 298c2ae2c79606bd50522c5cb297855c070a823e (diff) |
extmod: Add machine time_pulse_us function (at C and Python level).
The C implementation is taken from the DHT driver.
Diffstat (limited to 'py/py.mk')
-rw-r--r-- | py/py.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -176,6 +176,7 @@ PY_O_BASENAME = \ ../extmod/modubinascii.o \ ../extmod/virtpin.o \ ../extmod/machine_mem.o \ + ../extmod/machine_pulse.o \ ../extmod/machine_i2c.o \ ../extmod/modussl.o \ ../extmod/modurandom.o \ |