dataGPS 0.1.1

Adafruit Ultimate GPS: read data like longitude and latitude about the GPS module
Documentation
1
2
3
4
5
6
7
8
9
10
11
    name: GitHub Classroom Workflow

    on: [push]

    jobs:
      build:
        name: Autograding
        runs-on: ubuntu-latest
        steps:
          - uses: actions/checkout@v2
          - uses: education/autograding@v1