push-pull
There are 9 repositories under push-pull topic.
khoih-prog/RP2040_PWM
This library enables you to use Hardware-based PWM channels on RP2040-based boards, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, with either Arduino-mbed (mbed_nano or mbed_rp2040) or arduino-pico core to create and output PWM any GPIO pin. The most important feature is they're purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That's necessary if you need to control devices requiring high precision. New efficient setPWM_manual function to facilitate waveform creation using PWM
wagiminator/ATtiny412-USB-Power-Isolator
2.5kV Isolator for the USB Power Rail
ilyajob05/QuickDataFlow
QuickDataFlow library is designed for messaging between programs written in c++ and python
BorjaGomezSolorzano/Metatrader-Bridge
This repository contains a python client and a Mql5 server connector using files
regisoc/kibior
Interact easily with Elasticsearch-related backend in R
SimoneMaragliulo/eAxleDisconnectSystem
FreeCAD macro to animate the connection/disconnection cycle of an e-axle solenoid-actuated coupling system (concentric design).
archana1998/Contactless-Gesture-Recognition-System
Gesture Classification Algorithm for a system that uses IR Proximity Sensors
peijin0405/Machine-Learning-Analysis-of-International-Student-Mobility
This project aims to study the influence factors of international students' mobility with the case of international students from B&R countries studying in China.
AnikHasibul/push
package push gives you the ability to use push and pull mechanism for notification or message via websocket or even http client.