Skip to content

Instantly share code, notes, and snippets.

View JDRValverde's full-sized avatar

JDRValverde JDRValverde

  • MX, CR.
View GitHub Profile
@greenbreakfast
greenbreakfast / iotSensor.py
Last active July 14, 2019 01:05
How to Build IoT Sensors using Python
import time
import os
# Import the ADC Expansion module.
from OmegaExpansion import AdcExp
# create ADC Expansion object
adc = AdcExp.AdcExp()
#infinite loop to read sensors and display data