Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 429 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 429 Bytes

A siple watchOS app that to do the following:

  1. Extract accelerometer data and print it out to a view. If the watch is moving, the screen should show a green circle, if it is not moving, the screen should show a red circle.

  2. It should have the ability to pair with an external device via BLE. If it is paired via BLE, the screen should show a blue square. If it is not connected, the screen should show a yellow square.