We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 298e207 commit f6b2980Copy full SHA for f6b2980
src/sfeQwiicBuzzer.h
@@ -25,10 +25,10 @@
25
26
#pragma once
27
28
-#include "sfeQwiicBuzzerPitches.h"
29
-#include "sfeQwiicBuzzerRegisters.h"
30
#include <SparkFun_Toolkit.h>
31
#include <stdint.h>
+#include "sfeQwiicBuzzerRegisters.h"
+#include "sfeQwiicBuzzerPitches.h"
32
33
#define SFE_QWIIC_BUZZER_DEFAULT_ADDRESS 0x34
34
#define SFE_QWIIC_BUZZER_DEVICE_ID 0x5E
src/sfeQwiicBuzzerRegisters.h
@@ -24,6 +24,8 @@
24
Distributed as-is; no warranty is given.
******************************************************************************/
+#pragma once
+
// Register Pointer Map
enum Qwiic_Buzzer_Register : uint8_t
{
0 commit comments