Skip to content

Commit 36c5ee2

Browse files
committed
Removes timer mod
1 parent 05a33c3 commit 36c5ee2

File tree

3 files changed

+1
-357
lines changed

3 files changed

+1
-357
lines changed

ext_mod/lcd_bus/esp32_src/i2c_bus.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ static mp_obj_t mp_lcd_i2c_bus_make_new(const mp_obj_type_t *type, size_t n_args
6767
{ MP_QSTR_host, MP_ARG_INT | MP_ARG_KW_ONLY, {.u_int = 0 } },
6868
{ MP_QSTR_control_phase_bytes, MP_ARG_INT | MP_ARG_KW_ONLY, {.u_int = 1 } },
6969
{ MP_QSTR_dc_bit_offset, MP_ARG_INT | MP_ARG_KW_ONLY, {.u_int = 6 } },
70-
{ MP_QSTR_freq, MP_ARG_INT | MP_ARG_KW_ONLY, {.u_int = 10000000 } },
70+
{ MP_QSTR_freq, MP_ARG_INT | MP_ARG_KW_ONLY, {.u_int = 100000 } },
7171
{ MP_QSTR_dc_low_on_data, MP_ARG_BOOL | MP_ARG_KW_ONLY, {.u_bool = false } },
7272
{ MP_QSTR_sda_pullup, MP_ARG_BOOL | MP_ARG_KW_ONLY, {.u_bool = true } },
7373
{ MP_QSTR_scl_pullup, MP_ARG_BOOL | MP_ARG_KW_ONLY, {.u_bool = true } },

micropy_updates/esp32/machine_timer.c

Lines changed: 0 additions & 300 deletions
This file was deleted.

micropy_updates/esp32/machine_timer.h

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)