You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- Attach an A49E sensor to an external ADC (ADS1115) on channel 0s=sensor.attach("A49E", adc.ADS1115, 0)
whiletruedoprint("magnetic field: "..s:read("magnetic field").." gauss")
tmr.delayms(500)
end