FreeCalypso > hg > fc-usbser-tools
diff libftmini/eeprom_func.h @ 14:67ecb394b24f
libftmini: starting with EEPROM read
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 07 Sep 2023 07:59:09 +0000 |
parents | |
children | 4e5c8ac4d508 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libftmini/eeprom_func.h Thu Sep 07 07:59:09 2023 +0000 @@ -0,0 +1,5 @@ +/* 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);