interrupts - 技术专题

相关标签
carmreal-timeembeddedencryptioncpploggingprintfrpcinstrumentation

Here are 385 public repositories matching this topic...

💻 This repository provides solutions to most of the programming questions in the exercise given at the back of chapters for Bao Ji's Book (text book for course "Comp. Organization & Assembly Lang. EE213" at FAST). Sharing these, so they might help students in understanding the Assembly concepts.

  • Updated Jan 30, 2025
  • Assembly

This is an interrupt based button event library for the ESP32. It enables binding user defined actions to button events including 'Key Down', Key Up' , 'Key Press', 'Long Key Press' 'AutoRepeat Press' and 'Double-Click'. The actions associated it these events may be executed Asynchronously, Synchronously, or a Hybrid between the two.

  • Updated May 31, 2024
  • C++