This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:iot:examples:buzzer [2021/03/05 00:37] – heiko.pikner | en:iot:examples:buzzer [2024/03/12 16:19] (current) – heiko.pikner | ||
---|---|---|---|
Line 3: | Line 3: | ||
Needed libraries: | Needed libraries: | ||
- | < | + | < |
- | The code below will alert the buzz sound when values have been submitted | + | The code below will alert the buzz sound when values have been submitted |
<code c> | <code c> | ||
Line 49: | Line 49: | ||
} | } | ||
} | } | ||
- | |||
return found> | return found> | ||
} | } |