Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Minimalistic example
  • Loading branch information
gronat committed Oct 26, 2016
1 parent 921ad2a commit fbb2fac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -14,7 +14,7 @@ Therefore, be aware of using MS5611 in temperature unstable environments where d
altitude.

## Minimalistic example:
### Reads pressure and sends to serial monitor (UART)
### Reads pressure and sends the value to the serial monitor (UART)

```cpp
#include <MS5611.h>
Expand All @@ -37,4 +37,4 @@ void loop() {
// Send pressure via serial (UART);
Serial.println(pressure);
}
```
```

0 comments on commit fbb2fac

Please sign in to comment.