An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: stm32-library

VeyDlin/VHAL

C++20 HAL library for STM32

Language: C++ - Size: 2.8 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 6 - Forks: 0

SMotlaq/ina236

INA236 current, voltage, and power monitor chip library for STM32 (ARM processors) using HAL drivers ⚡

Language: C - Size: 2.05 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

ikajdan/stm32_library_template

A template for developing STM32 libraries

Language: C - Size: 4.88 KB - Last synced at: 6 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

SMotlaq/ina234

This library is a software library that works with the INA234 current, voltage, and power monitor chip. This library provides a convenient and efficient way to access the I2C interfaces of the chip, allowing developers to easily integrate this power meter into their systems.

Language: C - Size: 428 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

GabyGold67/SevenSegDisplays_STM32

A STM32-RTOS library to drive multiple 7 segment digits displays independently from their architecture and driving chips

Language: C++ - Size: 1010 KB - Last synced at: 3 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

nimaltd/STM32-PACK

Ready To Install Packs For STM32CubeMX and STM32CubeIDE

Language: Python - Size: 352 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 28 - Forks: 1

GabyGold67/ButtonToSwitch_STM32

An STM32-RTOS library to implement all kind of switches out of simple push buttons (Momentary buttons) by using embedded simulated behavior

Language: C++ - Size: 3.25 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

AryanaBakhshandeh/STM32_BareMetal_Libraries

There you can find Libraries for your STM32 projects that is written in bare-metal.

Language: C - Size: 25.4 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

UjemnyGH/STM32-Register-Tools-Library

Wrapper on STM32 registers to make it working in simpler way than writing own library. I wrote library, so you don`t have to.

Language: C - Size: 11.7 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

SDibla/Arduino-STM32-AMT22_Library

Arduino and STM32 libraries for absolute encoder of the AMT22 series (12 bit or 14 bit version) by CUI Devices.

Language: C++ - Size: 792 KB - Last synced at: 4 months ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 3

b-dmitry1/stm32

STM32 bootloader, small library, and examples

Language: C - Size: 553 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 1

wei-chen-li/STM32LL-SSD1306

SSD1306 OLED library using STM32 low-layer drivers

Language: C - Size: 15.6 KB - Last synced at: 5 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

aliansgp/STM32_LCD16x2

drive LCD 16x2 without I2C

Language: C - Size: 7.99 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

PCov3r/HX711-STM32-Library

A simple library to provide control over the hx711 load cell module for STM32

Language: C - Size: 15.6 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

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

xdzmkus/STM32_DebounceButton

STM32 C++ Button Library with debouncing algorithm

Language: C - Size: 2.11 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

pro-codes090/stm32f4-i2c-driver

I2C Bare metal drivers for stm32 f4 family of microcontrollers written in C from scratch .The driver contain apis for the user to send and receive data i2c communication . The driver has two flavor of apis polling based (blocking ) and Interrupt based (non blocking ) check examples in the Src folder for more reference .

Language: C - Size: 43.9 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 0

pro-codes090/Stm32-RCC-library

RCC bare metal drivers for Stm32 f4 family of microcontrollers written in C . The driver contains apis for the User to set clock speed for AHB , APB1 , APB2 bus .The driver also allows changing the APB and AHB bus frequency on the fly , and also contains apis for to get the current frequency at which AHB and APB bus is running at

Language: C - Size: 131 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 1

pro-codes090/Stm32-SDcard-library

SDcard library for stm32 is a bare metal implementation which can easily be integrated into existing projects to provide functionality such as read ,write and create files and folders on a SDcard . the library is continuously under development to provide more features and support more protocols for high speed applications as well

Language: C - Size: 621 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 4 - Forks: 0

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

Majid-Derhambakhsh/stm32-gpio

Driver for working with GPIO unit of STM32 microcontroller.

Language: C - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0