microDev
|
a52eb88031
|
run code formatting script
|
2021-03-15 19:27:36 +05:30 |
Diego Elio Pettenò
|
dd5d7c86d2
|
Fix up end of file and trailing whitespace.
This can be enforced by pre-commit, but correct it separately to make it easier to review.
|
2020-06-03 10:56:35 +01:00 |
danicampora
|
1950295735
|
cc3200: Set pin direction first, then value. Fixes #1542.
|
2015-10-26 23:26:43 +01:00 |
Daniel Campora
|
c92e6a45eb
|
cc3200: Rename pyb module to machine.
|
2015-09-27 16:50:27 +02:00 |
Daniel Campora
|
d5ec336eef
|
cc3200: Replace Pin.PULL_NONE with None.
|
2015-09-16 10:10:24 +02:00 |
Daniel Campora
|
4d7fa05b43
|
cc3200: Improve Pin and UART implementation.
Deassign pins af before assigning. Make uart.any() return the
correct value everytime, this requires interrupts to be always
enabled.
|
2015-09-10 08:00:12 +02:00 |
Daniel Campora
|
f91f212d9f
|
cc3200: New UART API plus related test.
|
2015-09-10 07:59:47 +02:00 |
Daniel Campora
|
36821d095a
|
cc3200: Add alternate functions list to Pin object.
Also remove pin.high() and pin.low() methods.
|
2015-09-10 07:59:41 +02:00 |
Daniel Campora
|
d5e256486e
|
cc3200: Re-work Pin class according to the new API.
Also add relevant test.
|
2015-09-10 07:59:35 +02:00 |