Click here to Skip to main content
15,893,668 members

Comments by Fraol Gelana (Top 3 by date)

Fraol Gelana 2-Jun-15 6:13am View    
Wow!!, That fixed the Problem!!!
Thank You Very Much from Ethiopia!!
Fraol Gelana 2-Jun-15 4:41am View    
When i include my library into a sketch as such for example this
#include <flop.h>
FLOP flop = new FLOP(9 ,8);
void setup() {
// put your setup code here, to run once:
Serial.begin(9600);
}

void loop() {
// put your main code here, to run repeatedly:
flop.clockwise(20);
delay(5000);
flop.counterclockwise(20);
delay(5000);
}
when i compile this sketch it displays error message
error: conversion from 'FLOP*' to non-scalar type 'FLOP' requested
Fraol Gelana 2-Jun-15 3:52am View    
Thank You Very much!, i corrected many of my errors but still this error message keeps appearing error: conversion from 'FLOP*' to non-scalar type 'FLOP' requested