Skip to content
forked from ANDRVV/mpyWave

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

License

Notifications You must be signed in to change notification settings

liunix61/mpyWave

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 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.

Example

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%