Sunday, June 13, 2010

Well, been a long time since I have posted anything. Started playing with the Arduino again. Messing around with my LED cube and figured out that the reason my interrupt wasn't working right was more hardware than software. I was trying to use the AREF pin for my +5V, but it appears that this does not work. I didn't check, but I suspect that AREF is actually 3.3v, making it useless for the input button for the interrupt.

Also been playing a lot more with Go. I am trying to do one Project Euler problem a week, even though they do not take terribly long. It is a matter of getting off my rear and actually doing the problem. I did the 1000! one last week. This week though I am working through the example code to make a web service with Go. But will get back to the math problems next week.