Hello,
I've been working on an Arduino library to simplify the use of the L293D motor driver chip (Dual H-Bridge Motor Driver for DC or Steppers - 600mA - L293D : ID 807 : $8.95 : Adafruit Industries, Unique & fun DIY electronics and kits). So I've completed my library (Yeah, I'm still a newbie to this) and I made a test script to make sure the wiring of the motors is correct so the motors are going in the right direction. When I compilied the script, I got a really long error (Idk syntax or what) that is the attchment, 'error.txt'
Basically my questions are:
- What is 'size_t'?
- how come it didn't find 'WProgram.h'
- Is it something wrong with my library?
I have the library attached w/ the sketch I was trying to use. I couldn't get the whole thing, so you would need to put the files in a folder called 'MotorController'
I appreciate any help given, thanks!
WiringTest.ino (863 Bytes)
keywords.txt (44 Bytes)
MotorController.cpp (1.4 KB)
MotorController.h (324 Bytes)
README.txt (193 Bytes)
error.txt (14.9 KB)