Skip to content

Commit f531925

Browse files
aliphysper1234
andauthored
[AE-28] API documentation for the BHY2 library (#86)
* Clarify compatible chips in library info * Mention BHY2 explicitly * Add features ti Readme * Clarify examples * Move commit from other branch * Tidy commit * Document Arduino_BHY2.h * Document BLEHandler * Document BoschParser.h * Fix compile error * Document BoschSensortec.h * Fix spelling of available :) * Move readme to docs folder * Document DFUManager.h * Document EslovHandler.h * README.md -> readme.md to make ref generator happy * Plz go lowercase * Add direct links to arduino-libraries/Arduino_BHY2 * Update Arduino_BHY2/src/Arduino_BHY2.h Co-authored-by: per1234 <[email protected]> * Update Arduino_BHY2/src/Arduino_BHY2.h Co-authored-by: per1234 <[email protected]> * Update Arduino_BHY2/src/BLEHandler.h Co-authored-by: per1234 <[email protected]> * Update Arduino_BHY2/README.md Co-authored-by: per1234 <[email protected]> --------- Co-authored-by: per1234 <[email protected]>
1 parent 41c4bef commit f531925

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Arduino_BHY2Host.h

+3
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,15 @@
2020
#include "BLEHandler.h"
2121
#endif
2222

23+
24+
2325
enum NiclaWiring {
2426
NICLA_VIA_ESLOV = 0,
2527
NICLA_AS_SHIELD,
2628
NICLA_VIA_BLE
2729
};
2830

31+
2932
class Arduino_BHY2Host {
3033
public:
3134
Arduino_BHY2Host();

0 commit comments

Comments
 (0)