Commit Graph

58 Commits

Author SHA1 Message Date
iabdalkader
7bcdca8241 scripts/libraries: Refactor display module. 2023-10-27 12:14:47 +02:00
iabdalkader
ad44d4533f scripts/libraries: Add Python DAC and PWM backlight controllers. 2023-10-27 12:14:47 +02:00
iabdalkader
0ab0ea420d libraries: Add machine.LED.value function. 2023-10-09 16:31:35 +02:00
iabdalkader
c5b4d061ad scripts/libraries: Add machine extension module. 2023-10-06 19:19:10 +02:00
iabdalkader
f54c663548 scripts/libraries: Add GT911 controller driver. 2023-10-05 15:00:10 +02:00
iabdalkader
2b5b7963bb scripts/libraries: Replace drivers with upstream versions. 2023-10-02 14:29:41 +02:00
iabdalkader
7ed72f2240 scripts/libraries: Add Python display module. 2023-10-01 16:49:18 +02:00
luzpaz
a1582e917a
misc: Fix various typos (#1931)
misc: Fix various typo in scripts.

Found via `codespell -q 3 -S "*.pgm,*.ppm" -L als,dout,extint,hsi,ois,ser,serie`
2023-09-15 19:10:53 +03:00
Kwabena W. Agyeman
a0fab0a707 lib: Update the rtsp library to use the machine module. 2023-07-22 12:33:01 -07:00
Johannes Richter
be0fad97fc fix: added missing close() of socket object. 2023-07-12 23:27:09 +02:00
iabdalkader
9cc17743e6 micropython: Update all types to use the new type definition. 2023-05-07 13:18:35 +02:00
Kwabena W. Agyeman
2faa7c20f1 scripts/libraries: Fix RSTP library. 2023-02-21 21:54:33 -08:00
iabdalkader
50db3f5c15 misc: Add Python linter workflow. 2023-02-19 21:13:21 +01:00
iabdalkader
64ba08e7ae scripts/libraries: Format RPC/RTSP libraries. 2023-02-19 18:28:12 +01:00
iabdalkader
920690c646 libraries/lsm6dsox: Update driver. 2022-06-20 15:11:41 +02:00
iabdalkader
6ae40d2c80 scripts/libraries: Add networking utilities (uping, uftpd and utelnet). 2022-06-16 19:00:19 +02:00
iabdalkader
6baa3b7f03 scripts/mqtt: Add license header. 2022-05-30 08:42:58 +02:00
iabdalkader
4fcccaba55 scripts/lsm6dsox: Update driver. 2022-05-26 10:55:34 +02:00
iabdalkader
514334f629 scripts/lsm6dsox: Add support for SPI mode. 2022-05-26 10:14:17 +02:00
iabdalkader
06d716986a RPC: Remove CAN bit timing function. 2022-01-31 21:15:11 +02:00
iabdalkader
b565eca585 Fix CAN keyword arg.
* sampling_point was renamed to sample_point in upstream.
2022-01-15 23:30:03 +02:00
Kwabena W. Agyeman
52b0c4511f Allow RPC bus ports arguments. 2021-12-13 14:38:38 +02:00
iabdalkader
9c15742eb2 Update LSM6DSOX driver. 2021-11-16 21:33:10 +02:00
iabdalkader
63fc53be96 Add lsm6dsox MLC support 2021-10-23 22:25:07 +02:00
Kwabena W. Agyeman
a4858015c4 Update rstp/rpc scripts to use standard network libraries 2021-10-16 21:40:34 -07:00
iabdalkader
9eefa5a1c6 Update LSM6DSOX driver. 2021-08-22 20:14:35 +02:00
iabdalkader
e65d6f216e RP2: Nina BT fixes and updates. 2021-07-20 00:42:32 +02:00
Ibrahim Abd Elkader
e160866c20
Update urequests.py 2021-06-26 20:30:02 +02:00
iabdalkader
5bdbb9f748 Add urequests module to frozen modules. 2021-06-26 20:12:34 +02:00
iabdalkader
b162d4d5a4 Update examples in comments. 2021-06-15 17:14:18 +02:00
iabdalkader
559d375b1d Fix LSM6D driver. 2021-06-14 14:22:50 +02:00
iabdalkader
049989e018 Update LSM drivers. 2021-06-11 21:54:49 +02:00
Kwabena W. Agyeman
1d10d9fa3a Update RTSP server and examples to work with FFPLAY 2021-02-24 15:27:57 -08:00
iabdalkader
aeb7539cfa Update license date. 2021-02-14 16:47:45 +02:00
iabdalkader
80d05fdbc3 MQTT library: check for None return from recv().
* Makes it work with different sockets implementations.
2021-02-13 01:09:07 +02:00
Sebastian Romero
e2a4521b7b
Use 2 stop bits for the UART connection 2021-01-27 17:38:11 +01:00
iabdalkader
2d913dc456 Add LoRa library for Arduino Portenta. 2021-01-22 21:46:21 +02:00
iabdalkader
125107dd0a NRF: Add sensor drivers to frozen modules. 2021-01-07 00:42:06 +02:00
iabdalkader
740ea4f2b8 Add frozen hts221 driver. 2021-01-05 23:47:32 +02:00
iabdalkader
20587f308e Merge time and utime modules.
* Move clock class to utime module.
* Update all examples to be compatible with utime.
2020-11-27 15:44:39 +02:00
Kwabena W. Agyeman
1f7da92727 Remove external libraries ulab replaces 2020-11-07 21:37:14 -08:00
Kwabena W. Agyeman
1e4ab8eed0 Add rtsp support 2020-06-02 22:10:51 -07:00
Kwabena W. Agyeman
34decd4010 New OpenMV Cam RPC Interface Library 2020-05-03 20:44:13 -07:00
iabdalkader
1ae2e06ea6 Fix MQTT module to work with SSL sockets. 2019-12-08 00:47:49 +02:00
王开智
f38dcc3505
Update modbus.py
add more check
2019-11-04 19:32:41 +08:00
iabdalkader
41668d8db2 Add OpenRV library. 2019-11-01 19:04:20 +02:00
iabdalkader
76239ea89f Update MQTT library. 2019-09-12 00:12:09 +02:00
王开智
f813bd161d
add a small example 2019-09-06 10:20:40 +08:00
王开智
c7e0a717b6
Create pid.py 2019-07-09 16:25:57 +08:00
王开智
b84d4fc5a5 Add modbus library 2019-06-13 14:59:05 +02:00