pytropicsquare
 
Loading...
Searching...
No Matches
tropicsquare.constants.chip_status Namespace Reference

Variables

int CHIP_STATUS_NOT_READY = 0x00
 
int CHIP_STATUS_READY = 0x01
 
int CHIP_STATUS_ALARM = 0x02
 
int CHIP_STATUS_START = 0x04
 
int CHIP_STATUS_BUSY = 0xFF
 

Variable Documentation

◆ CHIP_STATUS_ALARM

int tropicsquare.constants.chip_status.CHIP_STATUS_ALARM = 0x02

◆ CHIP_STATUS_BUSY

int tropicsquare.constants.chip_status.CHIP_STATUS_BUSY = 0xFF

◆ CHIP_STATUS_NOT_READY

int tropicsquare.constants.chip_status.CHIP_STATUS_NOT_READY = 0x00

◆ CHIP_STATUS_READY

int tropicsquare.constants.chip_status.CHIP_STATUS_READY = 0x01

◆ CHIP_STATUS_START

int tropicsquare.constants.chip_status.CHIP_STATUS_START = 0x04