module documentation

Undocumented

Constant ALLOW_IR_RECORD Undocumented
Constant BASE_FREQ Undocumented
Constant BATTERY_ADC Undocumented
Constant BOOT_ENABLE_RECOVERY Undocumented
Constant BOOT_ENABLE_UPDATES Undocumented
Constant BOOT_RECOVERY_PIN Undocumented
Constant BOOT_UPDATE_PATH Undocumented
Constant BUTTON_A_PIN Undocumented
Constant BUTTON_B_PIN Undocumented
Constant BUTTON_C_PIN Undocumented
Constant BUZZER_PIN Undocumented
Constant DEBOUNCE_TIME Undocumented
Constant DEFAULT_LANGUAGE Undocumented
Constant DEVICE_NAME Undocumented
Constant DIAGNOSTIC_REFRESH_TIME Undocumented
Constant ENABLE_DEBUG_PRINTS Undocumented
Constant FAST_FREQ Undocumented
Constant GROVE_SLOT Undocumented
Constant GROVE_WHITE Undocumented
Constant GROVE_YELLOW Undocumented
Constant HAS_BUZZER Undocumented
Constant HAS_GROVE Undocumented
Constant HAS_HOLD_PIN Undocumented
Constant HAS_IMU Undocumented
Constant HAS_MIC Undocumented
Constant HAS_NEOPIXEL Undocumented
Constant HAS_RTC Undocumented
Constant HAS_SD_SLOT Undocumented
Constant HAS_SHARED_I2C Undocumented
Constant HAS_SPEAKER Undocumented
Constant HOLD_PIN Undocumented
Constant I2C_SCL Undocumented
Constant I2C_SDA Undocumented
Constant I2C_SLOT Undocumented
Constant IMU_CHECK_TIME Undocumented
Constant IMU_ROTATE_THRESHOLD Undocumented
Constant IMU_STAY_TIME Undocumented
Constant INPUT_METHOD Undocumented
Constant IR_ALLOWED_PINS Undocumented
Constant IR_PIN Undocumented
Constant IR_RECORD_PIN Undocumented
Constant IR_SENDING_WAIT_TIME Undocumented
Constant LCD_BL Undocumented
Constant LCD_BL_FREQ Undocumented
Constant LCD_DC Undocumented
Constant LCD_HEIGHT Undocumented
Constant LCD_LOAD_BG Undocumented
Constant LCD_LOAD_TEXT Undocumented
Constant LCD_POWER_SAVE_BL Undocumented
Constant LCD_RESET Undocumented
Constant LCD_ROTATIONS Undocumented
Constant LCD_SPI_BAUD Undocumented
Constant LCD_SPI_CS Undocumented
Constant LCD_SPI_MISO Undocumented
Constant LCD_SPI_MOSI Undocumented
Constant LCD_SPI_SCK Undocumented
Constant LCD_SPI_SLOT Undocumented
Constant LCD_WIDTH Undocumented
Constant LESS_RAM_CLEANER_OUTPUT Undocumented
Constant LOOP_WAIT_TIME Undocumented
Constant MIC_CLK Undocumented
Constant MIC_DATA Undocumented
Constant NEOPIXEL_BACKLIGHT_THRESHOLD Undocumented
Constant NEOPIXEL_LED_COUNT Undocumented
Constant NEOPIXEL_PIN Undocumented
Constant NEOPIXEL_TYPE Undocumented
Constant NTP_SYNC_TIME Undocumented
Constant POSTINSTALL_BLACKLIST Undocumented
Constant POWER_SAVE_TIMEOUT Undocumented
Constant POWER_SAVER_TIME Undocumented
Constant RAM_CLEANER_TIME Undocumented
Constant RELEASE_NAME Undocumented
Constant REQUESTS_USERAGENT Undocumented
Constant SD_CLK Undocumented
Constant SD_CS Undocumented
Constant SD_FREQ Undocumented
Constant SD_MISO Undocumented
Constant SD_MOSI Undocumented
Constant SLOW_FREQ Undocumented
Constant SPEAKER_BCLK Undocumented
Constant SPEAKER_LRCLK Undocumented
Constant SPEAKER_SDATA Undocumented
Constant ULTRA_FREQ Undocumented
Constant ULTRA_SLOW_FREQ Undocumented
Constant WIFI_DEF_HOST Undocumented
Constant WIFI_DISABLE_TIMEOUT Undocumented
Constant WIFI_PWR_SAVER_TIME Undocumented
ALLOW_IR_RECORD =

Undocumented

Value
const(False)
BASE_FREQ =

Undocumented

Value
const(80000000)
BATTERY_ADC =

Undocumented

Value
const(10)
BOOT_ENABLE_RECOVERY =

Undocumented

Value
const(True)
BOOT_ENABLE_UPDATES =

Undocumented

Value
const(False)
BOOT_RECOVERY_PIN =

Undocumented

Value
const(0)
BOOT_UPDATE_PATH =

Undocumented

Value
const('/update.py')
BUTTON_A_PIN =

Undocumented

Value
None
BUTTON_B_PIN =

Undocumented

Value
None
BUTTON_C_PIN =

Undocumented

Value
None
BUZZER_PIN =

Undocumented

Value
None
DEBOUNCE_TIME =

Undocumented

Value
const(0.02)
DEFAULT_LANGUAGE: str =

Undocumented

Value
'en'
DEVICE_NAME =

Undocumented

Value
const('M5Stack Cardputer v1.1')
DIAGNOSTIC_REFRESH_TIME =

Undocumented

Value
const(2000)
ENABLE_DEBUG_PRINTS =

Undocumented

Value
const(True)
FAST_FREQ =

Undocumented

Value
const(160000000)
GROVE_SLOT =

Undocumented

Value
const(1)
GROVE_WHITE =

Undocumented

Value
const(1)
GROVE_YELLOW =

Undocumented

Value
const(2)
HAS_BUZZER =

Undocumented

Value
const(False)
HAS_GROVE =

Undocumented

Value
const(True)
HAS_HOLD_PIN =

Undocumented

Value
const(False)
HAS_IMU =

Undocumented

Value
const(True)
HAS_MIC =

Undocumented

Value
const(True)
HAS_NEOPIXEL: bool =

Undocumented

Value
True
HAS_RTC =

Undocumented

Value
const(True)
HAS_SD_SLOT =

Undocumented

Value
const(True)
HAS_SHARED_I2C =

Undocumented

Value
const(False)
HAS_SPEAKER =

Undocumented

Value
const(True)
HOLD_PIN =

Undocumented

Value
None
I2C_SCL =

Undocumented

Value
const(22)
I2C_SDA =

Undocumented

Value
const(21)
I2C_SLOT =

Undocumented

Value
const(0)
IMU_CHECK_TIME =

Undocumented

Value
const(200)
IMU_ROTATE_THRESHOLD =

Undocumented

Value
const(0.9)
IMU_STAY_TIME =

Undocumented

Value
const(1000)
INPUT_METHOD =

Undocumented

Value
const(2)
IR_ALLOWED_PINS: list[int] =

Undocumented

Value
[1, 2, 44]
IR_PIN =

Undocumented

Value
const(44)
IR_RECORD_PIN =

Undocumented

Value
const(26)
IR_SENDING_WAIT_TIME =

Undocumented

Value
const(0.3)
LCD_BL =

Undocumented

Value
const(38)
LCD_BL_FREQ =

Undocumented

Value
const(1000)
LCD_DC =

Undocumented

Value
const(34)
LCD_HEIGHT =

Undocumented

Value
const(135)
LCD_LOAD_BG =

Undocumented

Value
const(0)
LCD_LOAD_TEXT =

Undocumented

Value
const(65535)
LCD_POWER_SAVE_BL =

Undocumented

Value
const(0.3)
LCD_RESET =

Undocumented

Value
const(33)
LCD_ROTATIONS: dict[str, int] =

Undocumented

Value
{'BUTTON_LEFT': 1, 'BUTTON_RIGHT': 3, 'BUTTON_UPPER': 0, 'BUTTON_BOTTOM': 2}
LCD_SPI_BAUD =

Undocumented

Value
const(26000000)
LCD_SPI_CS =

Undocumented

Value
const(37)
LCD_SPI_MISO =

Undocumented

Value
None
LCD_SPI_MOSI =

Undocumented

Value
const(35)
LCD_SPI_SCK =

Undocumented

Value
const(36)
LCD_SPI_SLOT =

Undocumented

Value
const(1)
LCD_WIDTH =

Undocumented

Value
const(240)
LESS_RAM_CLEANER_OUTPUT =

Undocumented

Value
const(True)
LOOP_WAIT_TIME =

Undocumented

Value
const(0.025)
MIC_CLK =

Undocumented

Value
const(43)
MIC_DATA =

Undocumented

Value
const(46)
NEOPIXEL_BACKLIGHT_THRESHOLD: float =

Undocumented

Value
1.0
NEOPIXEL_LED_COUNT: int =

Undocumented

Value
1
NEOPIXEL_PIN: int =

Undocumented

Value
21
NEOPIXEL_TYPE: int =

Undocumented

Value
1
NTP_SYNC_TIME =

Undocumented

Value
const(600000)
POSTINSTALL_BLACKLIST: list[str] =

Undocumented

Value
['modules/rtc.py',
 'modules/rtc.mpy',
 'modules/mpu6886.py',
 'modules/mpu6886.mpy',
 'apps/metronome.py',
 'apps/metronome.mpy']
POWER_SAVE_TIMEOUT =

Undocumented

Value
const(15000)
POWER_SAVER_TIME =

Undocumented

Value
const(1000)
RAM_CLEANER_TIME =

Undocumented

Value
const(7500)
RELEASE_NAME =

Undocumented

Value
const('cardputerv1_1')
REQUESTS_USERAGENT =

Undocumented

Value
const('Stick firmware/Cardputer')
SD_CLK =

Undocumented

Value
const(40)
SD_CS =

Undocumented

Value
const(12)
SD_FREQ =

Undocumented

Value
const(10000000)
SD_MISO =

Undocumented

Value
const(39)
SD_MOSI =

Undocumented

Value
const(14)
SLOW_FREQ =

Undocumented

Value
const(40000000)
SPEAKER_BCLK =

Undocumented

Value
const(41)
SPEAKER_LRCLK =

Undocumented

Value
const(43)
SPEAKER_SDATA =

Undocumented

Value
const(42)
ULTRA_FREQ =

Undocumented

Value
const(240000000)
ULTRA_SLOW_FREQ =

Undocumented

Value
const(20000000)
WIFI_DEF_HOST =

Undocumented

Value
const('Cardputer')
WIFI_DISABLE_TIMEOUT =

Undocumented

Value
const(15000)
WIFI_PWR_SAVER_TIME =

Undocumented

Value
const(15000)