GitXplorerGitXplorer
r

Infineon_XMC_PSoC

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
cdc68081162377a750fc3215203d6136ddf0999b

Touchpad project

rreason-rock committed 5 days ago
Unverified
aca221ba32a2a884fee70c733d828e25ef391bab

Touchpad

rreason-rock committed 6 days ago
Unverified
b37a7787921dfea7b983f74bed2a3b42c316c8c5

Print positon and LED

rreason-rock committed 10 days ago
Unverified
94e4954a3d14339c9ef3033f54134813f6ee58eb

MSC_CAPSENSE_CSD_Slider_Tuning

rreason-rock committed 10 days ago
Verified
8b25d7e0b09389b78858629ec671e2700d949d76

Update README.md

rreason-rock committed 11 days ago
Unverified
350b360facf42dafd48e12adeb34eef4102d157e

Merge branch 'main' of https://github.com/reason-rock/Infineon_XMC_PSoC

rreason-rock committed 11 days ago

README

The README file for this repository.

Infineon_XMC_PSoC

2025 Winter Lab Internship Projects

Reference

Codes

  1. XMC_1100_BK_6LED : Turning on the built-in 6 LED sequentially on XMC_1100_Bootkit (For arduino IDE)

  2. XMC_1100_BK_DAVE_6LED : Turning on the built-in 6 LED sequentially on XMC_1100_Bootkit (For DAVE IDE) - Based on blinky example

  3. XMC1100_BK_temp_press_knob : Mini project with XMC_1100_Bootkit/DPS310/TLV493D/1602 I2C LCD

4. Psoc4100_MAX_LED.c : Turning on the built-in LED(2 of 3) sequentially on PSoC 4100S MAX (For ModusToolbox) - Based on Hello World example

  1. Hello_World_3LEDS : Turning on the built-in 3 LEDs sequentially on PSoC 4100S MAX (For ModusToolbox) - Based on Hello World example

  2. I2C_Master_EzI2C_Slave : Modified I2C example to print to the serial monitor via UART on every Send and Read operation (For ModusToolbox) - Based on I2C_Master_EzI2C_Slave example

  3. MSC_CAPSENSE_CSD_Slider_Tuning : Modified Slider example to print position with UART and control LED with slider position value(For ModusToolbox) - Based on SC_CAPSENSE_CSD_Slider_Tuning