ardupilot/libraries/DigitalWriteFast
Andrew Tridgell 1229cb06c0 DigitalWriteFast: added README about license and author 2012-11-19 08:46:47 +11:00
..
examples/DigitalWriteFast_test DigitalWriteFast: first addition of lib to speed up read and writes of analog pins 2012-11-19 01:07:10 +09:00
DigitalWriteFast.h DigitalWriteFast: fixed memory cast to work on SITL build 2012-11-19 08:25:53 +11:00
README.txt DigitalWriteFast: added README about license and author 2012-11-19 08:46:47 +11:00

README.txt

This implementation of DigitalWriteFast() and related functions is
based on the following code:

  http://code.google.com/p/digitalwritefast/

This code is available under the GNU General Public License version 3,
and was originally written by johnraines24@gmail.com

The code was imported into APM by Randy Mackay and Andrew Tridgell