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

13 lines
241 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 programSize();
uint32_t afterProgramPage();
}