Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | stmhal: Big cleanup; merge gpio into Pin; make names consistent. | Damien George | 2014-04-18 |
| | | | | | | | | 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. | ||
* | stmhal: Make pyb.ADC the ADC class (not a function). | Damien George | 2014-03-24 |
| | |||
* | stmhal - fixed up adc stuff | Dave Hylands | 2014-03-24 |
Added support for the ADC channels and mappings to make_pins.py I'm not sure if the hal properly deals with the channel 16/18 differences between the 40x and 42x. It seems to deal with it partially. This particular aspect will need testing on a 42x or 43x. |