Qwiic_MAX3010x_Py  packaging_test1-4-gad4e667
Python for SFE Qwiic MAX3010x
Loading...
Searching...
No Matches
qwiic_max3010x.py File Reference

Classes

class  qwiic_max3010x.qwiic_max3010x.QwiicMax3010x
 QwiicMax3010x. More...
 

Namespaces

namespace  qwiic_max3010x
 
namespace  qwiic_max3010x.qwiic_max3010x
 

Variables

 qwiic_max3010x.qwiic_max3010x.hr = heart_rate.HeartRate()
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_INTSTAT1 = 0x00
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_INTSTAT2 = 0x01
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_INTENABLE1 = 0x02
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_INTENABLE2 = 0x03
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_FIFOWRITEPTR = 0x04
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_FIFOOVERFLOW = 0x05
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_FIFOREADPTR = 0x06
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_FIFODATA = 0x07
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_FIFOCONFIG = 0x08
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_MODECONFIG = 0x09
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_PARTICLECONFIG = 0x0A
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_LED1_PULSEAMP = 0x0C
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_LED2_PULSEAMP = 0x0D
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_LED3_PULSEAMP = 0x0E
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_LED_PROX_AMP = 0x10
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_MULTILEDCONFIG1 = 0x11
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_MULTILEDCONFIG2 = 0x12
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_DIETEMPINT = 0x1F
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_DIETEMPFRAC = 0x20
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_DIETEMPCONFIG = 0x21
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_PROXINTTHRESH = 0x30
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_REVISIONID = 0xFE
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_PARTID = 0xFF
 
tuple qwiic_max3010x.qwiic_max3010x.MAX30105_INT_A_FULL_MASK = (~0b10000000)
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_INT_A_FULL_ENABLE = 0x80
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_INT_A_FULL_DISABLE = 0x00
 
tuple qwiic_max3010x.qwiic_max3010x.MAX30105_INT_DATA_RDY_MASK = (~0b01000000)
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_INT_DATA_RDY_ENABLE = 0x40
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_INT_DATA_RDY_DISABLE = 0x00
 
tuple qwiic_max3010x.qwiic_max3010x.MAX30105_INT_ALC_OVF_MASK = (~0b00100000)
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_INT_ALC_OVF_ENABLE = 0x20
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_INT_ALC_OVF_DISABLE = 0x00
 
tuple qwiic_max3010x.qwiic_max3010x.MAX30105_INT_PROX_INT_MASK = (~0b00010000)
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_INT_PROX_INT_ENABLE = 0x10
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_INT_PROX_INT_DISABLE = 0x00
 
tuple qwiic_max3010x.qwiic_max3010x.MAX30105_INT_DIE_TEMP_RDY_MASK = (~0b00000010)
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_INT_DIE_TEMP_RDY_ENABLE = 0x02
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_INT_DIE_TEMP_RDY_DISABLE = 0x00
 
tuple qwiic_max3010x.qwiic_max3010x.MAX30105_SAMPLEAVG_MASK = (~0b11100000)
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_SAMPLEAVG_1 = 0x00
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_SAMPLEAVG_2 = 0x20
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_SAMPLEAVG_4 = 0x40
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_SAMPLEAVG_8 = 0x60
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_SAMPLEAVG_16 = 0x80
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_SAMPLEAVG_32 = 0xA0
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_ROLLOVER_MASK = 0xEF
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_ROLLOVER_ENABLE = 0x10
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_ROLLOVER_DISABLE = 0x00
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_A_FULL_MASK = 0xF0
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_SHUTDOWN_MASK = 0x7F
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_SHUTDOWN = 0x80
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_WAKEUP = 0x00
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_RESET_MASK = 0xBF
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_RESET = 0x40
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_MODE_MASK = 0xF8
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_MODE_REDONLY = 0x02
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_MODE_REDIRONLY = 0x03
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_MODE_MULTILED = 0x07
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_ADCRANGE_MASK = 0x9F
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_ADCRANGE_2048 = 0x00
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_ADCRANGE_4096 = 0x20
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_ADCRANGE_8192 = 0x40
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_ADCRANGE_16384 = 0x60
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_SAMPLERATE_MASK = 0xE3
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_SAMPLERATE_50 = 0x00
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_SAMPLERATE_100 = 0x04
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_SAMPLERATE_200 = 0x08
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_SAMPLERATE_400 = 0x0C
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_SAMPLERATE_800 = 0x10
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_SAMPLERATE_1000 = 0x14
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_SAMPLERATE_1600 = 0x18
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_SAMPLERATE_3200 = 0x1C
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_PULSEWIDTH_MASK = 0xFC
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_PULSEWIDTH_69 = 0x00
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_PULSEWIDTH_118 = 0x01
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_PULSEWIDTH_215 = 0x02
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_PULSEWIDTH_411 = 0x03
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_SLOT1_MASK = 0xF8
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_SLOT2_MASK = 0x8F
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_SLOT3_MASK = 0xF8
 
int qwiic_max3010x.qwiic_max3010x.MAX30105_SLOT4_MASK = 0x8F
 
int qwiic_max3010x.qwiic_max3010x.SLOT_NONE = 0x00
 
int qwiic_max3010x.qwiic_max3010x.SLOT_RED_LED = 0x01
 
int qwiic_max3010x.qwiic_max3010x.SLOT_IR_LED = 0x02
 
int qwiic_max3010x.qwiic_max3010x.SLOT_GREEN_LED = 0x03
 
int qwiic_max3010x.qwiic_max3010x.SLOT_NONE_PILOT = 0x04
 
int qwiic_max3010x.qwiic_max3010x.SLOT_RED_PILOT = 0x05
 
int qwiic_max3010x.qwiic_max3010x.SLOT_IR_PILOT = 0x06
 
int qwiic_max3010x.qwiic_max3010x.SLOT_GREEN_PILOT = 0x07
 
int qwiic_max3010x.qwiic_max3010x.MAX_30105_EXPECTEDPARTID = 0x15