You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code example demonstrates the UART transmit and receive operation in PSoC 4. The application uses a serial terminal to read data and to echo back the received data. The UART resource is configured to do both transmit and receive operations.
This code example demonstrates the use of a GPIO configured as an input pin to generate interrupts on PSoC® 4. The GPIO signal interrupts the CPU and executes a user-defined Interrupt Service Routine (ISR).
CapSense Flanking Sensor Suppression in PSoC 4. This code example implements Flanking Sensor Suppression (FSS) in PSoC™ 4 devices. FSS eliminates false touches by distinguishing between signals from closely spaced buttons.
This example demonstrates the operation of I2C resource for PSoC 4 in Master mode with an EzI2C slave. The I2C master is configured to send command packets to control a user LED on the slave. Both the slave and master are on the same device.
This example demonstrates the use of PSoC 4 Watchdog Counters in cascaded mode. The user LED is toggled every time the Counter2 interrupt occurs. The match values of all the counters are set to toggle the LED every 1 second.