'Modifying SV200B/C EEPROM Value
'This simple program modifies EEPROM address 1 of the SV200B/C. This address
'determines the power-up position of servo 1.

'Check if value is already set to avoid excessive
'writes the EEPROM
IF EPEEK(1) <> 230 THEN EPOKE 1, 230

