Supported Features
===================
.. warning::
This is a work in progress version of the Arduino Core for PSOC™ 6 documentation.
While this warning notice is present, the documentation is NOT ready for public usage.
This section indicates implementation status of Arduino functions and libraries.
Built-in Libraries
^^^^^^^^^^^^^^^^^^^
.. list-table::
:header-rows: 1
* - Features
- Description
- Status
* - Serial/UART
- | `Serial `_
- ✅ Implemented
* - Stream
- | `Stream `_
- ✅ Implemented
* - Digital I/O
- | `digitalRead `_
| `digitalWrite `_
| `pinMode `_
- ✅ Implemented
* - Time
- | `delay `_
| `delayMicroseconds `_
| `micros `_
| `millis `_
- ✅ Implemented
* - WiFi Network
- | `WiFi Network `_
- ✅ Implemented
* - WiFi Server
- | `WiFiServer `_
- ✅ Implemented (except SSL)
* - WiFi Client
- | `WiFiClient `_
- ✅ Implemented (except SSL)
* - WiFi UDP
- | `WiFiUDP `_
- ✅ Implemented (except Multicast)
* - Wire/I2C
- | `Wire `_
- ✅ Implemented
* - Interrupts
- | `interrupts `_
| `noInterrupts `_
- ✅ Implemented
* - External Interrupts
- | `attachInterrupt `_
| `detachInterrupt `_
| `digitalPinToInterrupt `_
- ✅ Implemented
* - SPI
- | `SPI `_
- ✅ Implemented
* - Analog I/O
- | `analogRead `_
| `analogReadResolution `_
| `analogReference `_
| `analogWrite `_
| `analogWriteResolution `_
- ✅ Implemented
* - Advanced I/O
- | `noTone `_
| `pulseIn `_
| `pulseInLong `_
| `shiftIn `_
| `shiftOut `_
| `tone `_
- ✅ Implemented
* - Random
- | `random `_
| `randomSeed `_
- ✅ Implemented
.. note::
The features that are currently not implemented are planned to be implemented soon. Stay tuned for updates in future releases.