Scott Shawcroft
|
e02a26453c
|
Merge MicroPython 1.14 into CircuitPython
|
2021-05-11 15:07:40 -07:00 |
Scott Shawcroft
|
09f7b43c64
|
Merge MicroPython 1.10 into CircuitPython
|
2021-04-21 15:59:17 -07:00 |
Scott Shawcroft
|
b057fb8a4b
|
codeformat
|
2021-04-19 22:22:44 -07:00 |
microDev
|
a52eb88031
|
run code formatting script
|
2021-03-15 19:27:36 +05:30 |
Damien George
|
ec0503bd0c
|
extmod/modonewire: Use pin_od_high/pin_od_low instead of pin_write.
The pin is configured in open-drain mode so these od_high/od_low methods
should be used.
Signed-off-by: Damien George <damien@micropython.org>
|
2021-01-29 23:57:10 +11:00 |
Diego Elio Pettenò
|
34b4993d63
|
Add license to some obvious files.
|
2020-07-06 19:16:25 +01:00 |
Damien George
|
69661f3343
|
all: Reformat C and Python source code with tools/codeformat.py.
This is run with uncrustify 0.70.1, and black 19.10b0.
|
2020-02-28 10:33:03 +11:00 |
Damien George
|
4904663748
|
extmod/modonewire: Fix reset timings to match 1-wire specs.
Fixes issue #4116.
|
2018-10-17 15:52:07 +11:00 |
Paul Sokolovsky
|
f2140f9446
|
extmod/mod{lwip,onewire,webrepl}: Convert to mp_rom_map_elem_t.
|
2017-07-29 18:24:16 +03:00 |
Damien George
|
eeaab1897b
|
extmmod/modonewire: Rename public module to mp_module_onewire.
This follows naming scheme of other modules in extmod.
|
2017-06-22 16:17:46 +10:00 |
Damien George
|
6cc4da4cb8
|
extmod: Move modonewire.c from esp8266 to extmod directory.
It's now generic enough to be used by any port.
|
2017-06-22 16:06:00 +10:00 |