| 62 | |
| 63 | |
| 64 | class CmdCode(enum.IntEnum): |
| 65 | sys_reset_to_rom = 0x0805 |
| 66 | spi_transfer = 0x8201 |
| 67 | get_device_info = 0x8405 |
| 68 | pseudo_color = 0x8409 |
| 69 | shutter_vtemp = 0x840c |
| 70 | prop_tpd_params = 0x8514 |
| 71 | cur_vtemp = 0x8b0d |
| 72 | preview_start = 0xc10f |
| 73 | preview_stop = 0x020f |
| 74 | y16_preview_start = 0x010a |
| 75 | y16_preview_stop = 0x020a |
| 76 | |
| 77 | |
| 78 | class P2Pro: |
nothing calls this directly
no outgoing calls
no test coverage detected