Arduino Uno R3 Arduino Motor Shield r3 HC-SR04 Distance Sensor – using the NewPing library SainSmart 4WD Chassis Standard Servo (* Not Continous 360) #include <NewPing.h> #include <Servo.h> #define SENSOR_TRIG_PIN 7 #define SENSOR_ECHO_PIN 6 #define SENSOR_MIN_DIST 40 #define SENSOR_MAX_DIST […]
Month: June 2013
Sharepoint 2010 Farm Solution Successfully Deployed but Not Deployed
Ran into an issue with adding a solution to the farm using Add-SPSolution and then Install-SPSolution. The solution showed Successfully Deployed, but Deployment Status was Not Deployed. There may have been an issue with the web.config not syncing across the servers. I was able to force deployment with: stsadm -o […]