Skip to content
/ mpyWave Public

mpyWave is a low level library for sending and receiving bits in micropython.

License

Notifications You must be signed in to change notification settings

ANDRVV/mpyWave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

What is mpyWave?

mpyWave is an opensource library that serves to send bits and receive them from a pin for RF, fully compatible with all hardwares.

Examples

import mpyWave

wave = mpyWave.Wave(protocol = 1, pin = 16)

wave.sendWave("0")
wave.sendWave("1")

wave.sendWaves("011100010101110100001010111010000101000")

wave.overflow("1") # It sends waves compulsively

print(mpyWave.getValidBits(wave.recvWaves(length = 40)))

About

mpyWave is a low level library for sending and receiving bits in micropython.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages