support for 8G gestures

This commit is contained in:
Peli de Halleux
2016-12-20 13:05:06 -08:00
parent 4ebe9f595a
commit 3141e12f4c
3 changed files with 17 additions and 4 deletions

View File

@ -115,6 +115,11 @@ declare namespace basic {
*/
//% block="6g"
SixG = 9, // MICROBIT_ACCELEROMETER_EVT_6G
/**
* Raised when a 8G shock is detected
*/
//% block="8g"
EightG = 10, // MICROBIT_ACCELEROMETER_EVT_8G
}
declare namespace input {
}