https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class _board(object): | |
def __getattr__(self, *args, **kwargs): | |
return 1 | |
from pyb import Pin as Pin | |
from pyb import I2C as I2C | |
from stm import mem32, mem16, mem8 |