Search found 6 matches

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
by W4GNS
Sun Sep 09, 2012 3:59 pm
Forum: Your projects
Topic: 24 Hour Nixie tube clock w/o microcontroller
Replies: 29
Views: 33641

Re: 24 Hour Nixie tube clock w/o microcontroller

I look forward to following this thread!! :D
by W4GNS
Thu Sep 06, 2012 5:28 am
Forum: Your projects
Topic: Tetris on a PIC
Replies: 35
Views: 38177

Re: Tetris on a PIC

I'm curious, as I'm THE KING of fat fingers. How small do you think this board can go, and still be practible ? I understand making it small cost wise, but looking at the picture it already appears to be small considering it's a game to play, press buttons, etc. If it was an occasional button press ...
by W4GNS
Mon Sep 03, 2012 5:44 am
Forum: Arduino
Topic: C++ Tutorials
Replies: 9
Views: 20288

Re: C++ Tutorials

..I gotta say I like AVR Studio myself.. - http://www.atmel.com/microsite/avr_studio_5/ bitogav, Surely pointing to Studio 5 was an oversight........... :wink: Studio 5 is full of bugs, and as I write this Studio 6 has been around awhile. http://www.atmel.com/microsite/atmel_studio6/default.aspx\ E...
by W4GNS
Mon Sep 03, 2012 4:05 am
Forum: Arduino
Topic: C++ Tutorials
Replies: 9
Views: 20288

Re: C++ Tutorials

BTW, Here is a programming site I visit often, complete with forums, tutorials, etc etc http://forum.codecall.net/page/index.html
by W4GNS
Mon Sep 03, 2012 2:09 am
Forum: Arduino
Topic: C++ Tutorials
Replies: 9
Views: 20288

Re: C++ Tutorials

Joshua It's really hard for anyone to give a complete C or C++ answer. If you feel C++ would be better, then that may work better for you. C++ will give you a good start with Ardunio. Atmel has a compiler that knows C++ called WinAVR if you choose to work with AVR's later. Microchip(PIC) wise Source...
by W4GNS
Sat Sep 01, 2012 11:12 am
Forum: Arduino
Topic: C++ Tutorials
Replies: 9
Views: 20288

Re: C++ Tutorials

I have heard Arduino uses C, not C++. Is that true? Which one would I be better off learning? Pesonally I think Ardunio is closer to C++, but like you I have seen folks also compare it closer to C. For embedded work you would be better of with C, as there are a great deal more compilers that just c...