As a current using of PBASIC and about 14 approx other languages as I am a software developer by profession. How difficult is it to pick up the SPIN language? Is it more object oriented based?

Views: 1414

Reply to This

Replies to This Discussion

Well...I removed the pin headers for now and plugged in a LED on pin 10 and VSS.

Run this code:

PUB LedOnOff

dira[10] := 1

repeat

outa[10] := 1
waitcnt(clkfreq/4 + cnt)
outa[10] := 0
waitcnt(clkfreq/4*3 + cnt)


and low and behold the LED blinks....At least the chip and board still work.

RSS

Social Networking

Contests

Season Two of the Trust Time Trial (T3) Contest has now begun. The fourth round is an accuracy round for multicopters, which requires contestants to fly a cube. The deadline is April 14th.

A list of all T3 contests is here

Advertisement

© 2013   Created by Chris Anderson.   Powered by

Badges  |  Report an Issue  |  Terms of Service