gcivil-nyu-org / spring2020-cs-gy-9223-class

2 stars 14 forks source link

Modularize GPS pi code. #494

Open yashasvid opened 4 years ago

yashasvid commented 4 years ago

User story As a developer, I want to modularise the GPSpi code that reads data from GPS and calculates latitude and longitude to enable better testing.

Acceptance criteria Created a GPS class that can be imported as a module to read GPS data and calculate latitude and longitude.

Definition of Done Modularised code should be reviewed, tested and pushed to hardware team branch.