User Activity

I am starting a project in which I need touch sensors. With the help on chat gpt I have come up with this code. while (1){key = HAL_TSC_GroupGetValue(&htsc, TSC_GROUP1_IO2);printf("%d\n",key);/* USER CODE END WHILE *//* USER CODE BEGIN 3 */}I have sa...
I am a begginer in the st enviroment, but still. I'm trying to use the touch sensing library, but there is very little good examples of how to just use one button as a sensor. I real all the documentation, still no good examples. I downloaded the lib...