Skip to content

Commit

Permalink
StableBMA Version 1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
GuruSR authored Jan 1, 2024
1 parent c973d1e commit 14fbd3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# StableBMA
# StableBMA [![Arduino Lint](https://github.com/GuruSR/StableBMA/actions/workflows/main.yml/badge.svg)](https://github.com/GuruSR/StableBMA/actions/workflows/main.yml)
A fork of the original (https://github.com/lewisxhe/BMA423_Library) bma.h/.cpp reworked and upgraded for the Watchy.

This was done to provide a working model of the bma.h for Watchy, that works with either version (and future ones that require alteration).
Expand All @@ -25,5 +25,6 @@ bool defaultConfig(); // This is the default Configuration settings removed fro
bool enableDoubleClickWake(bool en = true); // Enables/Disables DoubleClick and the Wake Interrupt
bool enableTiltWake(bool en = true); // Enables/Disables Tilt and the Wake Interrupt
float readTemperature(bool Metric = true); // Diferent from the original, 0C bug fixed and offers Imperial temperature.
float readTemperatureF(); // Fixes 0 Celcius bug and also will return 0 if an error.
```

0 comments on commit 14fbd3e

Please sign in to comment.