Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DrBomb/pulse_cnt
A rough mJS wrapper for mongoose OS
https://github.com/DrBomb/pulse_cnt
Last synced: 3 months ago
JSON representation
A rough mJS wrapper for mongoose OS
- Host: GitHub
- URL: https://github.com/DrBomb/pulse_cnt
- Owner: DrBomb
- Created: 2019-02-07T22:22:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-07T22:49:12.000Z (almost 6 years ago)
- Last Synced: 2024-07-31T21:52:52.179Z (6 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mongoose-os - pulse_cnt - pulse counter peripheral (and example code) for ESP32 (Awesome Mongoose OS [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) / Community Libraries)
README
# Pulse Counter wrapper for mJS
This is an old lib I developed to be able to use the pulse counter peripheral of the esp32.
Most of the C methods are just wrappers for FFI'ed functions in JS.
I've used it the most basic way possible. Set up a counter with no control pins and just get the counts. Most of the other functions I haven't used or tested.