Hi, I have updated my IDE and downloaded the latest release from github on the N6. It still doesn’t seem to be available. This is what I am running
import pyb
import machine
print(f"pyb contents \n {dir(pyb)}“)
print(f"machine contents \n {dir(machine)}”)
"pyb contents
[‘class’, ‘name’, ‘main’, ‘ADC’, ‘ADCAll’, ‘ExtInt’, ‘Flash’, ‘LED’, ‘Pin’, ‘RTC’, ‘SDCard’, ‘SPI’, ‘Timer’, ‘UART’, ‘dict’, ‘country’, ‘disable_irq’, ‘enable_irq’, ‘fault_debug’, ‘repl_info’, ‘repl_uart’, ‘rng’, ‘wfi’]
machine contents
[‘class’, ‘name’, ‘ADC’, ‘DEEPSLEEP_RESET’, ‘HARD_RESET’, ‘I2C’, ‘LED’, ‘PWM’, ‘PWRON_RESET’, ‘Pin’, ‘RTC’, ‘SOFT_RESET’, ‘SPI’, ‘Signal’, ‘SoftI2C’, ‘SoftSPI’, ‘Timer’, ‘UART’, ‘USBDevice’, ‘WDT’, ‘WDT_RESET’, ‘dict’, ‘file’, ‘bitstream’, ‘bootloader’, ‘deepsleep’, ‘dht_readinto’, ‘disable_irq’, ‘enable_irq’, ‘freq’, ‘idle’, ‘info’, ‘lightsleep’, ‘mem16’, ‘mem32’, ‘mem8’, ‘os’, ‘reset’, ‘reset_cause’, ‘rng’, ‘sleep’, ‘soft_reset’, ‘time_pulse_us’, ‘unique_id’]
OpenMV e86106720c; MicroPython 0f831e89f0; OpenMV N6 with STM32N657X0
Type “help()” for more information."