billroy / socket.io-arduino-client

A socket.io client for the Arduino Ethernet shield
MIT License
195 stars 66 forks source link

no such file or directory #include "bitslash.h" #10

Open pulkitsapra opened 8 years ago

pulkitsapra commented 8 years ago

when i compile the hello example, it gives the error, bitslash .h , no directory exist

MightyMac commented 8 years ago

It should be #include "bitlash.h" not bitslash.h

pulkitsapra commented 8 years ago

Oh okay. My mistake i ll try with that. Thanks

On Jul 16, 2016 1:51 AM, "MightyMac" notifications@github.com wrote:

It should be #include "bitlash.h" not bitslash.h

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.