-
Notifications
You must be signed in to change notification settings - Fork 15
/
README.txt
executable file
·26 lines (12 loc) · 1.38 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
I've forked this from Creatrope's code at https://docs.google.com/file/d/0B5Sg6E9g_zOXMzQxZmVkYjktNjQwZi00MjgxLTk4YzQtNGIwYzI0ZjA0Njg3/edit?pli=1. There doesn't seem to have been any work done on this since 2010 and some of the Arduino API has been updated since then.
-- Doug
V4 X10 Send/Receive Code
by creatrope
Place this library in your libraries folder. It has been tested with Arduino 0018.
It is an upgraded version of the X10 library that incorporates the original X10 send code, with Brohogan's X10 receive code.
This preliminary version is the most minimal integration possible - no attempt has been made to combine similar structures internally for maximal efficiency.
It is not quite upward compatible with the original v3 X10 send library.
The single letter X10 house codes #defines, which caused me lots of problems, have been replaced with #defines like HOUSE_A, HOUSE_B, rather than just A or B.
There are some new return functions, one that returns the largely unintelligible 'binary' house and unit codes, which are used for input in the original v3 library, and easily readable/printable ascii house codes and integer units codes.
The indicator LED pin is now settable.
There are several constructors, one of which retains the simple two field zCross and data output pin, and additional constructors that take one or both of the input pin and LED pin.