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

    Language:C++8751119
  • ATtiny412-USB-Power-Isolator

    wagiminator/ATtiny412-USB-Power-Isolator

    2.5kV Isolator for the USB Power Rail

    Language:C52203
  • ilyajob05/QuickDataFlow

    QuickDataFlow library is designed for messaging between programs written in c++ and python

    Language:C++6101
  • BorjaGomezSolorzano/Metatrader-Bridge

    This repository contains a python client and a Mql5 server connector using files

    Language:MQL55205
  • regisoc/kibior

    Interact easily with Elasticsearch-related backend in R

    Language:R3441
  • SimoneMaragliulo/eAxleDisconnectSystem

    FreeCAD macro to animate the connection/disconnection cycle of an e-axle solenoid-actuated coupling system (concentric design).

    Language:Python3100
  • archana1998/Contactless-Gesture-Recognition-System

    Gesture Classification Algorithm for a system that uses IR Proximity Sensors

    Language:C++2101
  • 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.

    Language:HTML2100
  • AnikHasibul/push

    package push gives you the ability to use push and pull mechanism for notification or message via websocket or even http client.

    Language:Go00