index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/checkout-6
origin/dependabot/github_actions/actions/upload-artifact-5
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
wipy
/
quickref.rst
Age
Commit message (
Expand
)
Author
2021-12-15
docs: Remove trailing spaces and convert tabs to spaces.
Damien George
2021-07-18
docs: Replace master/slave with controller/peripheral in I2C and SPI.
David P
2019-12-04
docs: Remove spaces on lines that are empty.
Damien George
2019-09-04
docs: Rename machine.ADC docs to machine.ADCWiPy.
Damien George
2019-01-30
docs: Convert all cases of machine.sleep to machine.lightsleep.
Damien George
2018-10-01
docs/wipy: Fix links to network.Server, and markup for boot.py.
Damien George
2018-10-01
docs: Unify all the ports into one set of documentation.
Damien George
2018-07-31
docs: Move WiPy specific Timer class to separate doc file.
Damien George
2017-04-18
docs/wipy/quickref: Update reference for change to I2C API.
Damien George
2017-01-28
docs/machine.Timer: Move WiPy adhoc parts to its documentation.
Paul Sokolovsky
2017-01-18
docs: Fix some minor spelling mistakes.
Mike Causer
2016-09-18
Small WiPy doc fixes
juhasch
2016-08-02
docs: Spelling mistakes
Mike Causer
2016-02-23
docs: Correct machine.Timer code examples related to duty cycle.
danicampora
2016-02-22
cc3200: Rename 'server' class to 'Server' for consistency.
danicampora
2016-02-21
cc3200: Simplify the Timer API and correct the documents.
danicampora
2015-11-18
docs/wipy: Make wifi/wlan naming consistent with tutorial.rst.
Chris Liechti
2015-10-26
docs/wipy: Fix several typos and change some pyboard to WiPy.
Martijn Koster
2015-10-25
docs/wipy: Fix error in WLAN quickref.
danicampora
2015-10-21
docs: Remove remaining references to 'af', which is now 'alt'.
danicampora
2015-10-21
docs: Several corrections to the classes in the machine module.
danicampora
2015-10-19
docs: Add wipy and network.server documentation.
danicampora
2015-10-17
docs: Update all WiPy docs to reflect the new API.
danicampora
2015-09-21
cc3200: New SD and RTC API plus os and time modules' extensions.
Daniel Campora
2015-09-16
docs: Adapt WiPy's ADC doc and quickref to the new API.
Daniel Campora
2015-09-16
docs: Update I2C and UART docs to match the new API.
Daniel Campora
2015-09-10
cc3200: Add alternate functions list to Pin object.
Daniel Campora
2015-09-10
cc3200: Re-work Pin class according to the new API.
Daniel Campora
2015-08-16
cc3200: Rework SD API. Increase heap to avoid malloc failures.
Daniel Campora
2015-08-16
cc3200: Improve callback API.
Daniel Campora
2015-07-30
docs/wipy: Correct nic.ifconfig() quickref example.
Daniel Campora
2015-07-30
cc3200: Rename pins from GPIO to just GP.
Daniel Campora
2015-06-16
docs: Add more documentation for the CC3200 in the pyb module.
Daniel Campora
2015-06-10
docs: Add initial draft documentation for the WiPy.
Daniel Campora