github.com/martinohmann/rfoutlet@v1.2.1-0.20220707195255-8a66aa411105/pkg/gpio/doc.go (about) 1 // Package gpio provides receiver and transmitter functionality for reading 2 // remote control codes and sending them out to control remote controlled 3 // outlets. 4 // 5 // Most of the receiver and transmitter code as well as the protocols were 6 // ported from the rc-switch c++ implementation to go. Check out the rc-switch 7 // repository at https://github.com/sui77/rc-switch for the awesome work. 8 package gpio