Skip to content

Commit 607cf79

Browse files
docs: tests: Update document.
Signed-off-by: Ramya Subramanyam <[email protected]>
1 parent eb30fd1 commit 607cf79

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

docs/arduino-deviations.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,15 @@ Arduino API Deviations
33

44
This section documents the differences between the standard Arduino Language Reference and `PSoC6-for-Arduino`.
55

6+
Digital IO
7+
----------
8+
9+
Once a pin is configured using pinMode as GPIO pins, it may no longer be available for use with any other peripherals (e.g., PWM, I2C, SPI, GPIO, etc.).
10+
611
Analog IO
712
---------
813

9-
Once a pin is configured and used as an ADC input, it may no longer be available for use with any other peripheral (e.g., PWM, I2C, SPI, GPIO, etc.).
14+
Once a pin is configured and used as an ADC input, it may no longer be available for use with any other peripherals (e.g., PWM, I2C, SPI, GPIO, etc.).
1015

1116
The `PSoC6-for-Arduino` core does not support the following Arduino APIs:
1217

docs/supported-features.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Built-in Libraries
6969
| `analogReference <https://docs.arduino.cc/language-reference/en/functions/analog-io/analogReference/>`_
7070
| `analogWrite <https://docs.arduino.cc/language-reference/en/functions/analog-io/analogWrite/>`_
7171
| `analogWriteResolution <https://docs.arduino.cc/language-reference/en/functions/analog-io/analogWriteResolution/>`_
72-
- ❌ Not Implemented
72+
- Implemented
7373
* - Advanced I/O
7474
- | `noTone <https://docs.arduino.cc/language-reference/en/functions/advanced-io/noTone/>`_
7575
| `pulseIn <https://docs.arduino.cc/language-reference/en/functions/advanced-io/pulseIn/>`_

tests/cy8ckit-062s2-ai-hil-test-table.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@
3636
| | | | divider circuit as below: |
3737
| | | | |
3838
| | | | VDDA (3.3V) |
39-
| | | | | |
39+
| | | | : |
4040
| | | | [R1] <-- Resistor 220 Ohms |
41-
| | | | | |
41+
| | | | : |
4242
| | | | +-------> A1 (Mid-Point) |
43-
| | | | | |
43+
| | | | : |
4444
| | | | [R2] <-- Resistor 220 Ohms |
45-
| | | | | |
45+
| | | | : |
4646
| | | | GND (0V) |
4747
| | | | |
4848
| Analog IO PWM | P9.6 | P9.7 | IO6 (PWM feedback) to |

0 commit comments

Comments
 (0)