1731 views|0 replies

1w

Posts

25

Resources
The OP
 

STM32 allows pyb, uos, utime, machine and onewire modules to be configurable [Copy link]

 

In the latest update, STM32 allows pyb, uos, utime, machine and onewire modules to be configurable. This is enabled by default, but can be configured in mpconfigboard.h through the following definition.

#define MICROPY_PY_PYB (1)
#define MICROPY_PY_UTIME (1)
#define MICROPY_PY_UOS (1)
#define MICROPY_PY_MACHINE (1)
#define MICROPY_PY_ONEWIRE (1)

 
 

Guess Your Favourite
Just looking around
Find a datasheet?

EEWorld Datasheet Technical Support

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号
快速回复 返回顶部 Return list