sakura.io Evalution board's example.

Dependencies:   AQM0802A BME280 MPU9250_SPI SakuraIO gps mbed

Fork of SakuraIO_Evaluation_Board_Standard by SAKURA Internet

sakura.io Evalution board's sample program. Collecting the onboard sensors(GPS, 9axis motion sensor, Environment sensor), send to sakura.io service.

MAINTENANCE.md

Committer:
Fuminori OKUHARA
Date:
2018-07-30
Revision:
9:b1b39ff3bd85
Child:
10:b5d2aeda9628

File content as of revision 9:b1b39ff3bd85:

# Maintenance

## Sync with github.com

### Setup hg-git

```bash
pip install mercurial hg-git
```

#### ~/.hgrc

```
[extensions]
hggit =
```

### mbed.org to github.com

```bash
hg clone https://developer.mbed.org/teams/SAKURA-Internet/code/SakuraIO_Evalution_Board_Standard/ SakuraIO_Evalution_Board_Standard-sync
cd SakuraIO_Evalution_Board_Standard
hg push git@github.com:sakuraio/SakuraIO_Evalution_Board_Standard.git
```

### github.com to mbed.org

```bash
hg pull git@github.com:sakuraio/SakuraIO_Evalution_Board_Standard.git
hg outgoing https://developer.mbed.org/teams/SAKURA-Internet/code/SakuraIO_Evalution_Board_Standard/ # check diff
hg push https://developer.mbed.org/teams/SAKURA-Internet/code/SakuraIO_Evalution_Board_Standard/
```