forked from whitecatboard/Lua-RTOS-ESP32
-
Notifications
You must be signed in to change notification settings - Fork 0
AH49E LINEAR HALL EFFECT SENSOR
Jaume Olivé Petrus edited this page Aug 18, 2017
·
5 revisions
What | Comments | |
---|---|---|
Identifier | AH49E | |
Interface | ADC | |
Provides | magnetic field | gauss |
Properties | none | |
Datasheet |
-- Attach an A49E sensor to an external ADC (ADS1115) on channel 0
s1 = sensor.attach("A49E", adc.ADS1115, 0)
s1:read("magnetic field")