Internal Devices
- {{@153#bkmrk-buzzer}}
- {{@153#bkmrk-eeprom_erase}}
- {{@153#bkmrk-eeprom_read}}
- {{@153#bkmrk-eeprom_sn_read}}
- {{@153#bkmrk-eeprom_write}}
BUZZER
This example shows how to use the integrated buzzer of the Tiger computer. The buzzer will make sound for a few seconds and then it will turn itself off.
EEPROM_Erase
This example shows how to erase the EEPROM memory of the Tiger computer.
- EEPROM_Erase - C example
- EEPROM_Erase - Python example
- EEPROM_Erase - Bash example
EEPROM_Read
This example shows how to read from the EEPROM memory of the Tiger computer.
EEPROM_SN_Read
This example shows how to read from the EEPROM SN (read-only) memory of the Tiger computer.
EEPROM_Write
This example shows how to write some sample string to the EEPROM memory of the Tiger computer.
FLASH_Erase
This example shows how to erase the FLASH memory of the Tiger computer.
- FLASH_Erase - C example
- FLASH_Erase - Python example
- FLASH_Erase - Bash example