pdf-icon

UIFlow Guide

UiFlow1 Blockly

Event

Unit

UiFlow1 Project

Unit Hall

Example

Obtain the current status of the Hall sensor

from m5stack import *
from m5ui import *
from uiflow import *
import unit

setScreenColor(0x222222)
hall_0 = unit.get(unit.HALL, unit.PORTA)

while True:
  print((str('hall:') + str((hall_0.value()))))
  wait_ms(2)

API

print(hall_0.value())
  • Obtain the current status of the Hall sensor
On This Page
Example
API
Q&A
Submit a question
Select question category*
Arduino
MicroPython
UIFlow1
UIFlow2
EzData
M5Burner
Software
Hardware
Other
Product name
Product version
Question description*
(Supports pasting screenshots.)
Attachments
Add Files
Email*
Submit
OK

M5Stack Support

Hi, this is M5Stack Support. How can I help you today?