integrate pxt-microbit changes
This commit is contained in:
		@@ -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 {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user