We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8601d2f commit 7932bd2Copy full SHA for 7932bd2
coder-apps/tests/spi_test/app/app.js
@@ -170,9 +170,9 @@ var readADCData = function() {
170
// The "appdata" event will be received by the Coder.socketConnection
171
// object in the front end code and sent to the appropriate listener
172
// that we've defined.
173
- // The "buttonupdate" key refers to a listener we set up on the front
+ // The "analogdata" key refers to a listener we set up on the front
174
// end with the code:
175
- // Coder.socketConnection.addListener( "buttonupdate", function... )
+ // Coder.socketConnection.addListener( "analogdata", function... )
176
socket.emit( "appdata", {
177
key: "analogdata",
178
data: val
0 commit comments