Skip to content

AH49E LINEAR HALL EFFECT SENSOR

Jaume Olivé Petrus edited this page Aug 18, 2017 · 5 revisions

Specification

What Comments
Identifier AH49E
Interface ADC
Provides magnetic field gauss
Properties none
Datasheet

Code

-- Attach an A49E sensor to an external ADC (ADS1115) on channel 0
s1 = sensor.attach("A49E", adc.ADS1115, 0)

s1:read("magnetic field")
Clone this wiki locally