bengtmartensson / HarcHardware

HarcHardware is a collection of Java routines for accessing hardware, files, network resources etc.
http://www.harctoolbox.org/HarcHardware.html
GNU General Public License v3.0
3 stars 4 forks source link

Support IR senders and (demodulating) receivers on GPIO pins #10

Open bengtmartensson opened 5 years ago

bengtmartensson commented 5 years ago

for Raspberry Pi and similar, without using the Lirc driver. Use pigpio? Alternatives for sending: hard (PWM), soft carrier.

Should implement interfaces Closeable, AutoCloseable, IHarcHardware, IIrReader, IIrSenderStop, IRawIrSender, IRawIrSenderRepeat, IReceive, possibly ITransmitter and ICapture.