micropython/cc3200/misc
danicampora 73c9f85b4c cc3200: Simplify the Timer API and correct the documents.
Make the PWM duty cycle configurable from 0.00 to 100.00 by
accepting values from 0 to 10000.
Add automatic Pin assignment when operating in PWM mode.
2016-02-21 21:53:16 +01:00
..
FreeRTOSHooks.c all: Add py/mphal.h and use it in all ports. 2015-10-31 19:14:30 +03:00
antenna.c cc3200: Use the pull up/down resistors on the antenna selection pins. 2015-06-10 23:35:38 +02:00
antenna.h cc3200: Add missing antenna diversity source files. 2015-06-07 00:42:40 +02:00
help.c Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc. 2015-10-12 00:06:25 +01:00
mperror.c cc3200: Simplify the Timer API and correct the documents. 2016-02-21 21:53:16 +01:00
mperror.h cc3200: Create wipy module, remove HeartBeat class. 2015-10-19 21:17:15 +02:00
mpexception.c cc3200: Clean up and reduce use/include of std.h. 2015-04-18 14:29:28 +01:00
mpexception.h cc3200: Add cc3200 port of MicroPython. 2015-02-06 22:10:11 +00:00
mpirq.c all: Add py/mphal.h and use it in all ports. 2015-10-31 19:14:30 +03:00
mpirq.h cc3200: New irq API, affects all classes that provide the irq method. 2015-09-27 01:48:20 +02:00
mpsystick.c all: Add py/mphal.h and use it in all ports. 2015-10-31 19:14:30 +03:00
mpsystick.h cc3200: Re-name pybsystick to mpsystick. 2015-03-21 11:21:45 +01:00