This commit is contained in:
Fatima Idrees 2025-05-28 08:36:39 +03:00
parent 4a54e2dd99
commit ada8007e64
2 changed files with 18 additions and 1 deletions

16
Buzzer.ubl Normal file
View File

@ -0,0 +1,16 @@
module Buzzer
author unknown
version 1 0
description ''
spec ' ' 'Buzzer' 'Buzzer Pin _ State _' 'auto bool' 5 true
spec ' ' 'Buzzer2 Pin' 'Buzzer Pin _ Note _' 'auto auto' 5 1000
to Buzzer Pin State {
digitalWriteOp Pin State
}
to 'Buzzer2 Pin' Pin Note {
analogWriteOp Pin Note
}

View File

@ -48,7 +48,8 @@ This library makes it easy for anyone—even if you dont know how to code or
4. **Drag the blocks** you want to use into your script area. 4. **Drag the blocks** you want to use into your script area.
- For example: - For example:
- “Set Pin Value - “Set Pin Value
- Change LED Color" - Turn Buzzer On and Off
- Change Note"
5. **Click the green flag** or “Run” to start controlling your fan! 5. **Click the green flag** or “Run” to start controlling your fan!