Skip to content

Instantly share code, notes, and snippets.

@ekoeppen
ekoeppen / gist:854390
Created March 4, 2011 09:28
Newton Voyager Platform Driver Interface
#include <NewtonGestalt.h>
#include <NewtonScript.h>
#include <BufferList.h>
#include <BufferSegment.h>
class TGPIOInterface
{
public:
NewtonErr ReadGPIOData (UByte, ULong *);
};