Menu

Strings Log in to Edit

The standard Ada strings are of course available on AVR as well. The disadvantage of standard String type is that it is defined in terms of standard Integer and standard Integer is 16 bits wide on AVR. That means that every string, even very short ones carry 2 x 16 bits for the low and high indexes of the string. We therefore created the AVR.Strings package that declares AVR_String indexed by an unsigned_8. The disadvantages of our solution are that AVR_Strings are limited in length to 255 bytes and

Package Spec


Related

Wiki: AVR.Strings
Wiki: Examples
Wiki: Home

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.