Skip to content
This repository has been archived by the owner on Dec 23, 2021. It is now read-only.

Commit

Permalink
Added docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
Vandy Liu committed Feb 10, 2020
1 parent ae1a4eb commit 20fc724
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/microbit/__model/accelerometer.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@


class Accelerometer:
# The implementation is based off of https://microbit-micropython.readthedocs.io/en/v1.0.1/accelerometer.html.
def __init__(self):
self.__x = 0
self.__y = 0
Expand Down

0 comments on commit 20fc724

Please sign in to comment.