kaku111 / pxt-tobbieII

Tobbie-II for micro:bit
MIT License
8 stars 3 forks source link

enforce vibrate bounds #4

Closed pelikhan closed 5 years ago

pelikhan commented 5 years ago

The user may enter any number via typescript.

https://github.com/kaku111/pxt-tobbieII/blob/923e9db9a90667ef6c20d22700cc1f2a7b8df672/main.ts#L270

kaku111 commented 5 years ago

I have limited the variable "time" vibrate_times range from 1 to 100.