FreeCalypso > hg > fc-usbser-tools
view libftmini/eeprom_func.h @ 93:a1df83d04cc9
artifacts: rename Pirelli-CP2102 to Pirelli-CP2102-image
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Thu, 28 Sep 2023 01:44:24 +0000 |
| parents | 4e5c8ac4d508 |
| children |
line wrap: on
line source
/* declarations for libftmini EEPROM operation functions */ u_short ftmini_read_eeprom_loc(usb_dev_handle *usbh, u_short addr); void ftmini_write_eeprom_loc(usb_dev_handle *usbh, u_short addr, u_short val); void ftmini_erase_eeprom(usb_dev_handle *usbh); void ft232r_eeprom_magic(usb_dev_handle *usbh);
