Cofdet开源项目之:嵌入式系统通用驱动程序接口及其实现-EERPOM操作及存取位置
☆13Aug 9, 2022Updated 3 years ago
Alternatives and similar repositories for Eeprom
Users that are interested in Eeprom are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Text Menu in LCD☆12Aug 30, 2022Updated 3 years ago
- It is a button state machine module for general use.☆10Apr 3, 2017Updated 9 years ago
- ringbuffer(环形缓冲区)可以说是嵌入式应用非常常用的数据缓存设计了,LwRB 是国外开发者 MaJerle 维护实现的轻量级 ringbuffer,是一个为嵌入式系统特殊优化设计的 FIFO。1. 纯ANSI C99实现, 数据类型兼容于size_t 2. 与具体…☆26Jan 9, 2021Updated 5 years ago
- 嵌入式 GUI for MT2523 FreeRTOS☆19Mar 8, 2020Updated 6 years ago
- Okra's lightweight embedded state of charge algorithm.☆13Dec 9, 2020Updated 5 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- Matter bridge for STM32H7☆11Feb 24, 2023Updated 3 years ago
- c语言时间戳与时间互转,适用于嵌入式平台。☆15Dec 22, 2021Updated 4 years ago
- FlexibleButton 是一个基于标准 C 语言的小巧灵活的按键处理库,支持单击、连击、短按、长按、自动消抖,可以自由设置组合按键,可用于中断和低功耗场景。该按键库解耦了具体的按键硬件结构,理论上支持轻触按键与自锁按键,并可以无限扩展按键数量。另外,FlexibleB…☆11Jan 9, 2021Updated 5 years ago
- 简易的flash模拟eeprom程序,支持磨损平衡,支持掉电安全☆17Dec 22, 2021Updated 4 years ago
- 自制TI DSPC2000系列调试器XDS100V2☆14Aug 6, 2020Updated 5 years ago
- 24系列(i2c接口)的EEPROM及FRAM通用接口驱动,如AT24C16、FM24CL16。通过型号自动识别片容量大小和页容量大小,支持页写、非整齐页写、翻页;兼容EEPROM和FRAM。统一接口,屏蔽底层差异,方便移植。使用时只需设置好具体EEPROM型号、从地址、页…☆23Apr 14, 2021Updated 5 years ago
- 这是一个开源的嵌入式设备算法库,主语言为C和C++☆10Jun 14, 2020Updated 5 years ago
- stepper driver for Trinamic TMC5130 and STM32 board☆12Jun 18, 2021Updated 4 years ago
- 嵌入式系统显示多级菜单库及菜单代码生成器☆17Dec 4, 2019Updated 6 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- Home Project. Tutorial-like project involving a raw DC PMSM command and control☆11Sep 25, 2019Updated 6 years ago
- 在单片机裸机开发中,通常延时功能函数是以同步阻塞方式实现,的确在很多设备驱动中需要同步阻塞来匹配硬件时序,但这只能存在于硬件驱动层,应用层开发时使用阻塞延时便大大降低了系统实时性和安全性,不可预测就是一块心病。为此我分享出一段由朋友:流星原创的event_delay异步延时…☆24Nov 25, 2019Updated 6 years ago
- GuiLite是一个具有5000行C++代码的准系统GUI框架,它可以在所有平台上运行(例如,iOS,Android,Linux,Windows,macOS,Docker和带或不带OS的MCU)。GuiLite是可嵌入的,它在其他UI框架内运行(例如,Qt,MFC,Winf…☆22Jan 9, 2021Updated 5 years ago
- 单片机开发和嵌入式开发过程中自己写的库☆20Mar 17, 2016Updated 10 years ago
- This is a client program with TLS+MQTT.☆21Apr 9, 2018Updated 8 years ago
- Multipage EEPROM emulation for STM32☆12Mar 2, 2018Updated 8 years ago
- USB to RS-485 (CDBUS) Converter☆42Apr 9, 2026Updated last month
- Lobster is a PC tool designed mainly for measurement, calibration, debugging of embedded system.☆23Jun 8, 2021Updated 4 years ago
- A Custom STM32 board that runs on a battery with MCP73831 and is easily programmable with USB thanks to the CP2102 USB-to-UART chip.☆12Dec 21, 2023Updated 2 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- 这是一个开源的SWD离线烧写器,非常Mini,带OLED屏,使用STM32F103RET6作为主控,基于ST官方CMSIS-DAP项目进行修改,实现可脱机、可去读保护烧写。该SWD离线烧写器功能特性如下: 1. 使用8M FLASH,可使用虚拟U盘向FLASH放置HEX文…☆16Jan 9, 2021Updated 5 years ago
- STM8单片机modbus协议通信案例☆11Sep 4, 2018Updated 7 years ago
- A USB Stack for embedded system☆13Sep 25, 2021Updated 4 years ago
- AC power meter based on STM32 ADC☆31May 24, 2023Updated 3 years ago
- Data General DASHER-compatible terminal emulator written in Go☆19Feb 21, 2026Updated 3 months ago
- 嵌入式设备基于liunx下的一个QT程序,KTV点歌系统☆20Apr 11, 2016Updated 10 years ago
- Python package for the raster language protocol of the Brother QL series label printers☆16Feb 23, 2026Updated 3 months ago
- 电能计量,电参量监测,STM32F407,CS5464,uCOS II,Modbus☆24May 25, 2018Updated 8 years ago
- TinyThread is a small multi-thread library for embedded system. Currently it supports Cortex-M0 chips, such as Nuvoton Nano100/NUC100/M05…☆19Jun 14, 2016Updated 9 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- modbus debug tool, origin data and chart display☆15Feb 9, 2023Updated 3 years ago
- 基于Qt4和嵌入式linux系统的简易北斗导航终端☆23Apr 4, 2016Updated 10 years ago
- C++实践 使用Qt实现了简单的分角色登陆的学生信息管理系统☆20Dec 8, 2018Updated 7 years ago
- log, 仅包含头文件,追踪崩溃和数据的日志库☆16Dec 25, 2018Updated 7 years ago
- 一个微型嵌入式RTOS,参考李述铜《从0到1自己动手写嵌入式操作系统》,不完全☆26Nov 17, 2017Updated 8 years ago
- Piezo-Control☆18Nov 4, 2016Updated 9 years ago
- 使用micropython和esp32芯片驱动传感器的学习,适合儿童学习python编程☆16Jan 29, 2019Updated 7 years ago