pico hid: refactoring

This commit is contained in:
Maxim Devaev
2023-08-24 12:56:13 +03:00
parent cbea3ce12f
commit e78d3e03ec
8 changed files with 118 additions and 36 deletions

View File

@@ -9,8 +9,9 @@ target_sources(${target_name} PRIVATE
ph_usb_mouse.c
ph_ps2.c
ph_cmds.c
ph_spi.c
ph_uart.c
ph_com.c
ph_com_spi.c
ph_com_uart.c
ph_debug.c
# TODO: PS2: ${PS2_PATH}/foo.c
)