• D
    stmhal: Big cleanup; merge gpio into Pin; make names consistent. · c66d86c5
    Damien George 提交于
    This is an attempt to clean up the Micro Python API on the pyboard.
    Gpio functionality is now in the Pin object, which seems more natural.
    Constants for MODE and PULL are now in pyb.Pin.  Names of some
    classes have been adjusted to conform to CamelCase.  Other
    miscellaneous changes and clean up here and there.
    c66d86c5
pin.c 10.8 KB