PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
John Robinson 4aaa09bd80
initial commit
4年前
..
examples initial commit 4年前
util initial commit 4年前
CHANGES initial commit 4年前
LICENSE initial commit 4年前
MANIFEST initial commit 4年前
Makefile initial commit 4年前
README initial commit 4年前
VirtualWire.cpp initial commit 4年前
VirtualWire.h initial commit 4年前
keywords.txt initial commit 4年前

README

Virtual Wire

This is the VirtualWire library for Arduino
It provides a simple message passing protocol for a range of inexpensive
transmitter and receiver modules.

See http://www.open.com.au/mikem/arduino/VirtualWire.pdf for full documentation.