pxt-calliope/libs/core/ksbit.h
2016-11-07 10:17:03 -08:00

12 lines
214 B
C++

#include "pxt.h"
#include "ManagedBuffer.h"
using namespace pxt;
MicroBitPin *getPin(int id);
typedef ImageData* Image;
typedef BufferData* Buffer;
namespace pxt {
uint32_t afterProgramPage();
}