diff examples/mpr121/render.cpp @ 305:b57d76dcc9ae prerelease

Merge
author Giulio Moro <giuliomoro@yahoo.it>
date Fri, 27 May 2016 17:51:34 +0100
parents 421a69d42943
children 9dc5a0ccad25
line wrap: on
line diff
--- a/examples/mpr121/render.cpp	Fri May 27 17:49:05 2016 +0100
+++ b/examples/mpr121/render.cpp	Fri May 27 17:51:34 2016 +0100
@@ -54,7 +54,7 @@
 		return false;
 	}
 	
-	i2cTask = Bela_createAuxiliaryTask(readMPR121, 50, "beaglert-mpr121");
+	i2cTask = Bela_createAuxiliaryTask(readMPR121, 50, "bela-mpr121");
 	readIntervalSamples = context->audioSampleRate / readInterval;
 	
 	for(int i = 0; i < NUM_TOUCH_PINS; i++) {