Mercurial > hg > beaglert
comparison examples/stepper/render.cpp @ 380:9dc5a0ccad25 prerelease
Fixed missing ) in Makefile, and removed unnecessary Utilities.h includes
author | andrewm |
---|---|
date | Sun, 12 Jun 2016 23:03:57 +0100 |
parents | 02c4ca0e3718 |
children |
comparison
equal
deleted
inserted
replaced
379:24c3a0663d54 | 380:9dc5a0ccad25 |
---|---|
5 * Author: parallels | 5 * Author: parallels |
6 */ | 6 */ |
7 | 7 |
8 | 8 |
9 #include <Bela.h> | 9 #include <Bela.h> |
10 #include <Utilities.h> | |
11 | 10 |
12 const int kStepLengthSlow = 1000; | 11 const int kStepLengthSlow = 1000; |
13 const int kStepLengthFast = 500; | 12 const int kStepLengthFast = 500; |
14 | 13 |
15 int gStepLengthSamples = kStepLengthSlow; | 14 int gStepLengthSamples = kStepLengthSlow; |