updated hello sample
This commit is contained in:
		@@ -1,7 +1,6 @@
 | 
			
		||||
basic.plotLeds(`
 | 
			
		||||
# # . # #
 | 
			
		||||
. . # . .
 | 
			
		||||
. . # . .
 | 
			
		||||
# . . . #
 | 
			
		||||
. # # # .
 | 
			
		||||
`);
 | 
			
		||||
led.plot(0, 0)
 | 
			
		||||
basic.pause(1000);
 | 
			
		||||
basic.forever(() => {
 | 
			
		||||
    const a = input.acceleration(Dimension.X);
 | 
			
		||||
    led.plotBarGraph(a, 1023)
 | 
			
		||||
})
 | 
			
		||||
 
 | 
			
		||||
@@ -6,7 +6,6 @@
 | 
			
		||||
    ],
 | 
			
		||||
    "public": true,
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "microbit": "file:../microbit",
 | 
			
		||||
        "microbit-radio": "file:../microbit-radio"
 | 
			
		||||
        "microbit": "file:../microbit"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user