Search found 1 match

by dhaffnersr
Mon Jun 05, 2017 2:28 pm
Forum: MegunoLink
Topic: Problem with new Update 6/5/2017
Replies: 1
Views: 8178

Problem with new Update 6/5/2017

I am getting this error; no matching function for call to 'XYPlot::SendData(const char [13], int&)'

this is my code snippet; void loop() /*----( LOOP: RUNS CONSTANTLY )----*/
{

{
if ((millis() - LastSent) > SendInterval)
{

LastSent = millis();

int DataValue = analogRead(A0);
MyPlot ...