[C++] Operations on I/O registers and I/O port pins I use functions to do everything with the registers. The user doesn't have to know anything about the registers. He/she just calls the right function, and pass any...
Thursday, 3 March 2022 - 23:16
Humidity Transducer? I think you can get a mail box at some UPS stores. I thought they bought out Mail Boxes Etc., but it seems they are still around too.
Wednesday, 2 February 2022 - 21:43
Code Style I DO NOT Like! I don't like cryptic names that require a comment to explain. If the cryptic names are spelled out instead, very few comments are needed. That makes the code much...
Unable to use classes with the avr-g++ compiler mike32217 wrote:In addition to what others have stated if you use new or virtual then you will need this; No. You don't need malloc and free unless you want to "churn the...
Friday, 2 July 2021 - 10:42
WinAVR sabotage Winavr includes a bunch of unixy commands that I sometimes use. I use grep daily. I almost always use it from my editor because it adds the *.h and *.cpp. ...
Wednesday, 9 June 2021 - 15:11
Maximum usb cable length steve17 wrote:
With all this yackity yack I decided to see if I could find the remnants of my old 30 extension I used 12 years ago. It seems I used a 16 foot active...
Saturday, 20 March 2021 - 16:47
Maximum usb cable length With all this yackity yack I decided to see if I could find the remnants of my old 30 extension I used 12 years ago. It seems I used a 16 foot active extension cable and a...
I forgot myTypes.h
I use functions to do everything with the registers. The user doesn't have to know anything about the registers. He/she just calls the right function, and pass any...
I think you can get a mail box at some UPS stores. I thought they bought out Mail Boxes Etc., but it seems they are still around too.
I don't like cryptic names that require a comment to explain. If the cryptic names are spelled out instead, very few comments are needed. That makes the code much...
lfmorrison wrote: steve17 wrote: lfmorrison wrote: limited subset of C++ -- for example, avoiding anything that would touch the heap, etc. That's silly....
lfmorrison wrote: limited subset of C++ -- for example, avoiding anything that would touch the heap, etc. That's silly. Using the heap is as easy as falling out of bed.
It is confusing. I think the people that designed USB were high on some mind altering substance, and the same goes for those that write about it. Endpoint 0,...
I should have attached the file.
mike32217 wrote:In addition to what others have stated if you use new or virtual then you will need this; No. You don't need malloc and free unless you want to "churn the...
Winavr includes a bunch of unixy commands that I sometimes use. I use grep daily. I almost always use it from my editor because it adds the *.h and *.cpp. ...
steve17 wrote: With all this yackity yack I decided to see if I could find the remnants of my old 30 extension I used 12 years ago. It seems I used a 16 foot active...
With all this yackity yack I decided to see if I could find the remnants of my old 30 extension I used 12 years ago. It seems I used a 16 foot active extension cable and a...
Pages