kaku111 / pxt-tobbieII

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

naming conventions #3

Closed pelikhan closed 5 years ago

pelikhan commented 5 years ago

Follow MakeCode naming conventions: https://makecode.com/extensions/naming-conventions https://github.com/kaku111/pxt-tobbieII/blob/923e9db9a90667ef6c20d22700cc1f2a7b8df672/main.ts#L212

kaku111 commented 5 years ago

I have modified it, according to MakeCode naming conventions. thanks! ex: stopwalk()--> stopWalk(), stopturn()-->stopTurn()... ect.