'Low_Level_Radio_Amp_i2c PIN_POWER_ON = 15 PIN_LCD_BL = 38 RESET_PIN = 16 AMP_EN = 10 ' setup radio chip pinOut RESET_PIN,0 delay 10 pinOut RESET_PIN,1 delay 10 pinOut PIN_POWER_ON,1 pwmOut PIN_LCD_BL,64 i2c.Setup(18,17) print "SI4732 I2C: 0x" & hex(val(i2c.scan()),2) Pause 1000 pinOut AMP_EN,1 ' Ampifier on wprint "Amp running: 1 kHz PWM..." End