aboutsummaryrefslogtreecommitdiff
path: root/stmhal/adc.c
AgeCommit message (Expand)Author
2014-06-29stmhal: pyb.adc: Clarify that buffer with elements of any size can be used.Paul Sokolovsky
2014-06-16Fix problem with ADC reads and multiple channelsDave Hylands
2014-05-03Add license header to (almost) all files.Damien George
2014-05-02unix,stmhal: Make "mpconfig.h" be first included, as other headers depend on it.Paul Sokolovsky
2014-04-29stmhal: Add documentation in comments, and script to generate HTML.Damien George
2014-04-20stmhal: Add SPI class.Damien George
2014-04-19stmhal: Update for mp_binary_get_size() refactor.Paul Sokolovsky
2014-04-18stmhal: Update ADC, DAC and I2C objects to use new buffer protocol.Damien George
2014-04-18stmhal: Big cleanup; merge gpio into Pin; make names consistent.Damien George
2014-04-17build: Simplify build directory layout by putting all headers in genhdr.Damien George
2014-04-15stmhal: Add ADC function to read data at a given frequency.Damien George
2014-04-05py: Change nlr_jump to nlr_raise, to aid in debugging.Damien George
2014-03-30Merge map.h into obj.h.Damien George
2014-03-30Rename rt_* to mp_*.Damien George
2014-03-26stmhal: Use rt_check_nargs to check number of arguments.Damien George
2014-03-26Remove mp_obj_type_t.methods entry and use .locals_dict instead.Damien George
2014-03-26Change mp_method_t.name from const char * to qstr.Damien George
2014-03-24Fix netduino to buildDave Hylands
2014-03-24stmhal: Make pyb.ADC the ADC class (not a function).Damien George
2014-03-24stmhal - fixed up adc stuffDave Hylands