code-lua-iot/www/buzz.lua
2024-10-30 12:10:58 +01:00

8 lines
75 B
Lua

<html>
<body>
<?lua
buzz(pio.GPIO21, 1000)
?>
</body>
</html>