-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
26 lines (24 loc) · 885 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.5.0/p5.js"></script>
<!--<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.5.0/addons/p5.sound.min.js"></script>-->
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8" />
</head>
<body>
<main>
</main>
<script src="muse/muse.js"></script>
<script src="muse/fft.js"></script>
<script src="muse/museDataBuffer.js"></script>
<script src="muse/museEEG.js"></script>
<script src="muse/musePPG.js"></script>
<script src="muse/museParser.js"></script>
<script src="muse/museListeners.js"></script>
<script src="muse/museSetup.js"></script>
<script src="muse/museBluetooth.js"></script>
<script src="muse/p5BLE.js"></script>
<script src="sketch.js"></script>
</body>
</html>