FreeCalypso > hg > fc-usbser-tools
view libftmini/eeprom_func.h @ 21:af801ab43a33
fteeprom-erase: convert to new local libs
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 08 Sep 2023 23:47:50 +0000 |
parents | 67ecb394b24f |
children | 4e5c8ac4d508 |
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);