EEGEdu
EEGEdu copied to clipboard
ssvep rhythm test
need better control over p5js animation frequency one clue is to add
p.frameRate(60)
another is to use Date.now() instead of counting draw cycles