Topic: "interrupt-handler"
onewithhammer/ESP8266-MyWidget-Demo
This project can be used as a framework, learning tool or as a template for starting a new ESP8266 project. It contains many many UI and API components to build a ESP8266 project. This project includes: ESP8266 Development, mDNS - multicast DNS (mywidget.local), Asynchronous Web Server (ESPAsyncWebServer), Asynchronous Web Services (ESPAsyncWebServer), Asynchronous MQTT (PangolinMQTT), LittleFS File System, Embedded Bootstrap (3.4.1), Embedded jquery (3.5.1), Save/Load Config File (text), OTA (Over the Air) Updates, HTTP API Supports HTTP GET/POST, Auto Updating Web Site (Web Services using JS), Interrupt Timer (Flash Onboard LED), Plus much more...
Language: C++ - Size: 958 KB - Last synced at: 17 days ago - Pushed at: over 4 years ago - Stars: 20 - Forks: 3

sonyhome/DigitalIO
DigitalIO library for Arduino Version 2.x
Language: C++ - Size: 689 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 15 - Forks: 2

pro-codes090/stm32f4-gpio-driver
GPIO Bare metal drivers for stm32 f4 family of microcontrollers written in C from scratch .The driver allows user to configure the gpio pins of stm32 microcontroller in Input Mode , Output mode , Alternate function mode , interrupt mode and configure interrupt priority . The driver also exposes apis to read and write data to and from gpio pins and enable and disable interrupts .
Language: C - Size: 56.6 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 2

marwan475/TwistedOS
32 bit OS with a rtl8139 network card driver
Language: C - Size: 122 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

francoriba/snake_game_assembly
Classic snake videogame developed in assembler for PIC17F877 microcontroller. @FCEFyN, UNC, Digital Electronics 2
Language: Assembly - Size: 21.3 MB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

pierre-thishan/user-input--characters-displayed-on-swinging-LED-Pendulum
displays characters (0-9, A-Z) on the LED pendulum, which were previously typed into a console window on the PC
Language: C - Size: 32.2 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

pro-codes090/stm32f4-spi-driver
spi driver for stm32 f4 family of microcontrollers . The library includes two flavor of apis which is blocking and non blocking ( interrupt based ) . library includes Apis to send and receive data .
Language: C - Size: 52.7 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

emisilve86/Probing-Interrupt-Handlers
This Linux kernel module is designed to provide a new service that allows to substitute multi-byte NOPs encountered along the execution trace of any intyerrupt handler with CALLs to functions specifically implemented within the module.
Language: C - Size: 22.5 KB - Last synced at: 8 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

TeslaNeuro/Brooks_MFC_UART_to_RS485_Embedded_C_Driver
Brooks S-Protocol Mass Flow Controller RS485 Communication Driver (UART to RS485) for STM32F4 Microcontrollers (STM32cubeIDE).
Language: C - Size: 86.9 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

SulaimanNiazi/Timer-Based-Digital-Stopwatch
Digital stopwatch using Timer1. Displays elapsed time over UART in the format MM:SS:MS.
Language: SWIG - Size: 142 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

RenatoMignone/Secure-Timeout-System-NXPS32K3X8EVB
Project for Computer Architectures and Operating Systems Exam @ Polito - Emulate the NXP S32K3X8EVB board using QEMU, port FreeRTOS, and develop applications to verify and implement timers on the emulated board.
Language: C - Size: 182 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

sroman0/SECURE-TIMEOUT-SYSTEM-NXPS32K3X8EVB
Project for Computer Architectures and Operating Systems Exam @ Polito - Emulate the NXP S32K3X8EVB board using QEMU, port FreeRTOS, and develop applications to verify and implement timers on the emulated board.
Language: C - Size: 181 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

EbramMaher95/UART-in-interrupt-task-STM32-
a task to use UART in interrupt mode while a LED is being toggled in the main function every 500 ms. the UART interrupt asks the user to enter their name, when the user enters their name and presses Enter, their name is displayed
Language: C - Size: 601 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

MelekKarakaya/STM32_ledBlink_with_SYSTICK_Timer
Implement LED blinking without blocking the system using SYSTICK Timer interrupt mode.
Size: 15.6 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

woodong11/STM32K144_project
STM32K144를 이용한 기초 자동차 제어입니다.
Language: C - Size: 7.81 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

MeetP99/Stm32f411RE-Project
I have closely worked with STM32F411RE board and Integrated many components and created project for implementing embedded system concepts like ADC, GPIO, Interrupt, timer, Closed loop system.
Language: C - Size: 18.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

gruszm/rtos_logger
Real-time Operating Systems Logger Library with three different real-time signals
Language: C - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ElhNour/QEMU-console-cloud-computing
Implementation of a simple console over the serial line using bare-metal code on QEMU, and introducing interrupts in part 2.
Language: C - Size: 21.5 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

TXAE/Interrupts_8086
Simulates interrupt handling of the Intel 8086 chip within Digital
Language: C# - Size: 6.18 MB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

bdubs-astro/uPy_Debounce_Switch
debounce a switch using interrupts
Language: Python - Size: 248 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

bdubs-astro/uPy_Read_Rotary_Encoder
read a KY-040 rotary encoder using interrupts, display results with an SSD1306 OLED
Language: Python - Size: 723 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

cfogelklou/os-concepts-for-dummies
A repository and markdown document to help give a rundown on basic OS concepts that some developers (self taught programmers, web developers, etc.) haven't seen before.
Language: C# - Size: 38.1 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

UttamBasu/1-Second-Timer-in-Arduino
This is for the use of inbuilt Timer of Arduino. Here we will see how we can control anything just using Arduino inbuilt Timer, without using any Delay. Yes Arduino has inbuilt multiple timer. We don't need to use the delay function to make a sense to time delay. Because the delay function delay the whole program and all application. Here we see how to use timer interrupt in Arduino.
Language: C++ - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

projektjoe/Critical-Section-Function-Which-Takes-Minimum-Interrupt-Priority
A critical section function which can take the minimum priority of the interrupt that can preempt the critical section
Language: C - Size: 3.91 KB - Last synced at: about 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

mansi-k/Linux_TerminalFileExplorer
Developed a program that displays the file system on the terminal and helps users navigate through it using special keys, open files and execute basic file commands
Language: C++ - Size: 136 KB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

mansi-k/Mini_Torrent
Developed a terminal based file sharing system where users can form groups and can share and download files parallelly with multiple pieces from multiple peers
Language: C++ - Size: 1.02 MB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0
