Implement buzzer methods with AudioContext API

This commit is contained in:
Alexsander Akers
2022-01-27 11:12:01 -05:00
parent 14e4562b7a
commit a0f8e9c8bc
7 changed files with 95 additions and 25 deletions

View File

@@ -13,6 +13,7 @@ endif
$(BUILD)/$(BIN).html: $(OBJS)
@echo HTML $@
@$(CC) $(LDFLAGS) $(OBJS) $(LIBS) -o $@ \
-s ASYNCIFY=1 \
-s EXPORTED_FUNCTIONS=_main \
--shell-file=$(TOP)/watch-library/simulator/shell.html