integrate pxt-microbit changes

This commit is contained in:
Peli de Halleux
2016-10-10 14:43:33 -07:00
49 changed files with 719 additions and 476 deletions

View File

@ -114,6 +114,11 @@ namespace pxsim.pins {
export function i2cWriteBuffer(address: number, buf: RefBuffer, repeat?: boolean): void {
// fake - noop
}
// this likely shouldn't be called
export function getPinAddress(name: number) {
return getPin(name)
}
}
namespace pxsim.devices {