├── LICENSE ├── README.adoc ├── examples └── SimpleShutter │ └── SimpleShutter.ino ├── keywords.txt ├── library.properties └── src ├── GoPRO.cpp ├── GoPRO.h └── GoPROConstants.h /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agdl/GoPRO/HEAD/LICENSE -------------------------------------------------------------------------------- /README.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agdl/GoPRO/HEAD/README.adoc -------------------------------------------------------------------------------- /examples/SimpleShutter/SimpleShutter.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agdl/GoPRO/HEAD/examples/SimpleShutter/SimpleShutter.ino -------------------------------------------------------------------------------- /keywords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agdl/GoPRO/HEAD/keywords.txt -------------------------------------------------------------------------------- /library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agdl/GoPRO/HEAD/library.properties -------------------------------------------------------------------------------- /src/GoPRO.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agdl/GoPRO/HEAD/src/GoPRO.cpp -------------------------------------------------------------------------------- /src/GoPRO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agdl/GoPRO/HEAD/src/GoPRO.h -------------------------------------------------------------------------------- /src/GoPROConstants.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agdl/GoPRO/HEAD/src/GoPROConstants.h --------------------------------------------------------------------------------