It’s error “In file included from UltrasonicDisplayOnTerm.cpp:1:
C:\arduino-1.0.1\libraries\Ultrasonic/Ultrasonic.h:25:22: error: WProgram.h: No such file or directory”
sorry, because of the Lib is designed in Arduino IDE 022, you would need to use 022 IDE to compile the lib.
we would recently upgrade this Lib to IDE 1.0, thanks
and, if you can edit the lib by yourself , it would be convenient
delete the following sentance in Ultrasonic.h and Ultrasonic.cpp:
//#include “WProgram.h”
and add the following in the same location as above: #include “Arduino.h”