Skip to content

Commit 656d7f0

Browse files
author
Arduino
committed
Automated rendering of registry
1 parent 9b60076 commit 656d7f0

File tree

1 file changed

+28
-40
lines changed

1 file changed

+28
-40
lines changed

README.md

Lines changed: 28 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -121,32 +121,6 @@ A MicroPython library to control Arduino Modulinos.
121121

122122
<hr />
123123

124-
### [ir_rx](https://github.com/peterhinch/micropython_ir/ir_rx)
125-
126-
A MicroPython driver for IR (infra red) remote controls receivers
127-
128-
<details><summary>Details</summary>
129-
<ul>
130-
<li>🌐 <strong>URL:</strong> https://github.com/peterhinch/micropython_ir/ir_rx</li>
131-
<li>🏷️ <strong>Tags:</strong> IR</li>
132-
</ul>
133-
</details>
134-
135-
<hr />
136-
137-
### [ir_tx](https://github.com/peterhinch/micropython_ir/ir_tx)
138-
139-
A MicroPython driver for IR (infra red) remote controls transmitters
140-
141-
<details><summary>Details</summary>
142-
<ul>
143-
<li>🌐 <strong>URL:</strong> https://github.com/peterhinch/micropython_ir/ir_tx</li>
144-
<li>🏷️ <strong>Tags:</strong> IR</li>
145-
</ul>
146-
</details>
147-
148-
<hr />
149-
150124
### [lcd](https://github.com/dhylands/python_lcd/)
151125

152126
Python code for talking to HD44780 compatible character based dot matrix LCDs.
@@ -174,20 +148,6 @@ MicroPython driver for DS3231 RTC and AT24C32 EEPROM module.
174148

175149
<hr />
176150

177-
### [micropython-IR](https://github.com/peterhinch/micropython_ir)
178-
179-
Device drivers for IR (infra red) remote controls
180-
181-
<details><summary>Details</summary>
182-
<ul>
183-
<li>🌐 <strong>URL:</strong> https://github.com/peterhinch/micropython_ir</li>
184-
<li>📜 <strong>License:</strong> MIT license</li>
185-
<li>🏷️ <strong>Tags:</strong> IR</li>
186-
</ul>
187-
</details>
188-
189-
<hr />
190-
191151
### [micropython-PressureTemp](https://github.com/RuiSantosdotme/ESP-MicroPython)
192152

193153
Adafruit BME280 Library, a library for the Adafruit BME280 Humidity, Barometric Pressure + Temp sensor.
@@ -244,6 +204,34 @@ Micropython package to control HD44780 LCD displays 1602 and 2004 via I2C
244204

245205
<hr />
246206

207+
### [micropython-ir-rx](https://github.com/peterhinch/micropython_ir/ir_rx)
208+
209+
Nonblocking device drivers to receive from IR (infra red) remotes.
210+
211+
<details><summary>Details</summary>
212+
<ul>
213+
<li>🌐 <strong>URL:</strong> https://github.com/peterhinch/micropython_ir/ir_rx</li>
214+
<li>📜 <strong>License:</strong> MIT</li>
215+
<li>🏷️ <strong>Tags:</strong> IR</li>
216+
</ul>
217+
</details>
218+
219+
<hr />
220+
221+
### [micropython-ir-tx](https://github.com/peterhinch/micropython_ir/ir_tx)
222+
223+
Nonblocking device drivers for IR (infra red) blaster apps.
224+
225+
<details><summary>Details</summary>
226+
<ul>
227+
<li>🌐 <strong>URL:</strong> https://github.com/peterhinch/micropython_ir/ir_tx</li>
228+
<li>📜 <strong>License:</strong> MIT</li>
229+
<li>🏷️ <strong>Tags:</strong> IR</li>
230+
</ul>
231+
</details>
232+
233+
<hr />
234+
247235
### [micropython-max7219](https://github.com/mcauser/micropython-max7219)
248236

249237
A MicroPython library for the MAX7219 8x8 LED matrix driver, SPI interface, supports cascading and uses framebuf

0 commit comments

Comments
 (0)