How to format strings without the String class

preview_player
Показать описание
I often recommend avoiding the String class in Arduino programs, but I never took the time to show you the alternatives. In this video, I'll teach you how to format complex strings without the String class.

Recommended reading:
Рекомендации по теме
Комментарии
Автор

you should put an ads in your video i don't even mind
you explain it really clearly, there's so much effort to this
thank you for making this

asjdiaosdjasd
Автор

The only one who knows what to do. Great video!

byxlettera
Автор

I was about to write my own JSON serializer for my Feather project in C++. Went on GitHub -> Your lib -> Your blog -> Your channel -> this video. Subbed!
/ fellow IOT / embedded dev

simonolofsson
Автор

To bad you do not have other videos. You have the ability to explain things in a very clear way.

johneagle
Автор

Absolutely amazing video! You explain everything so well. You deserve many many more views.

alainkovacs
Автор

This video just helped me a LOT! Thank you very much for the clear and slow buildup of the different print functions. Amazing video!

TJ
Автор

Wonderful. Loved the way you put it together. Would love to see more of such gems.

dafpnp
Автор

Excited, excellent explanation thank you

mohamedgendia
Автор

amazing, it was really helpful dude, thanks a lot.

SymphonyKol_androidLover
Автор

there is only ONE problem with your channel my friend: you should have put 500 such videos there! I already bought your book - super nice - but still videos are very useful ;-)

zyghom
Автор

Thank you so much, your vieo is well made and very usful!

microtan
Автор

excellent videos and extremely well explained with visuals. Pls do more ;-)

warperone
Автор

Excellent. Thank you.
Q. What other Arduino boards accept %f?

fberron
Автор

This one is the truly holy grail : snprintf_P(s, sizeof(s), PSTR("%s is %i years old"), name, age); it made my code work again. Thanks!

VAHDL