Тёмный

Create an Arduino Library (Step by Step) 

Robotics Back-End
Подписаться 27 тыс.
Просмотров 43 тыс.
50% 1

Опубликовано:

 

26 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 48   
@ZX7ROB
@ZX7ROB Год назад
You explained in under 15 minutes what other videos failed to do after nearly an hour…. Well done
@samannoyghosh8825
@samannoyghosh8825 2 года назад
Not sure why this has only 14 likes and 464 views so far, but this video tutorial is amazing. So much clear explanation!
@sambitprakashmohanty4103
@sambitprakashmohanty4103 2 года назад
Outstanding video tutorials for me sir. Love you so much sir from India.
@qzorn4440
@qzorn4440 Год назад
creating a new library looks beneficial. as in a default remotexy gui. Then create several pick and choose libraries for different project tasks. 🧐Mmmm. i will give it a go. thanks.
@miodice3
@miodice3 5 месяцев назад
Just dropped by to thank you for an incredible tutorial and pointing out the few 'gotchas' with including the standard library and the difference between bracket and quote. Thanks very much for putting this together you just REALLY helped me DRY up my code : )
@michaelperone5094
@michaelperone5094 Год назад
Thank you for this crystal clear tutorial.
@saptarshimukherjee8447
@saptarshimukherjee8447 Год назад
you earned a subscriber and a follower for being so informative and making it look like child's play
@gtxviper
@gtxviper Год назад
To the point and very clear. Very Goood video!
@anordeng
@anordeng Год назад
Awesome job. Answered a lot of my questions in the back of my mind.
@davidsvarrer8942
@davidsvarrer8942 Год назад
Excellent, with many thanks to you for your patience, your good assistance to us mere mortals. Thanks a lot. Much appreciated.
@henkoegema6390
@henkoegema6390 Год назад
Very GOOD explanation. 🙂
@muratyaman4483
@muratyaman4483 2 года назад
Thank you very much for this detailed and beautiful explanation. I wish you success in your work.
@omargamal665
@omargamal665 2 года назад
Thank you
@sambitprakashmohanty4103
@sambitprakashmohanty4103 2 года назад
Very nice lecture sir
@Guusie66
@Guusie66 Год назад
Very well explained, thank you very much!
@tseckwr3783
@tseckwr3783 Год назад
Thanks for making this informational video. I appreciate it.
@MelihCANBOLAT
@MelihCANBOLAT 2 года назад
Nice and clear
@sreerajvr7814
@sreerajvr7814 7 месяцев назад
What an amazing video. Perfectly explained everything required. Awesome.
@MatthiasHeiß
@MatthiasHeiß Год назад
Thanks for this video.👍
@ivardahl519
@ivardahl519 Год назад
You deserve more likes on this one :)
@iantcroft
@iantcroft 3 месяца назад
Thank you, excellent tutorial!
@RESC_Eng
@RESC_Eng Год назад
Thank you so much , is there a profissional way to design a library with other IDE's that can help me while programing ,such as autofill , I need to use OOP to simplify the code as much.
@sushreesatapathy6173
@sushreesatapathy6173 Год назад
Thnk u 😀
@kennethdavis4807
@kennethdavis4807 Год назад
Well done! thank you.
@jeyasurya9580
@jeyasurya9580 8 месяцев назад
perfect explanation sir. please do some more videos on this topic if u are writing some complex library.
@marcelverhoeven3514
@marcelverhoeven3514 7 месяцев назад
Well done!!! I was able to apply it on a WiFi manager.ino program which was lines of code. Now it is only this: #include "WiFi_manager.h" WiFiManagerCustom wm; // Instantiate your custom WiFiManager object void setup() { wm.setup(); // Call setup method of your custom WiFiManager //wm.resetSettings(); } void loop() { wm.loop(); // Call loop method of your custom WiFiManager } And now I can use the .ino file for the code that I need for the rest of the ROBOT project!!!! Thanks for your clear explication!!!!
@RoboticsBackEnd
@RoboticsBackEnd 7 месяцев назад
Thank you! Your code is definitely as clean as it can possibly be :)
@hafizirahimi433
@hafizirahimi433 Год назад
Very good video and explanation. I have one question How can arduino do some color words?
@RoboticsBackEnd
@RoboticsBackEnd Год назад
I guess you're talking about syntax highlighting? In this case I've made a tutorial on that: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-SRYTe01VSes.html
@ismzaxxon
@ismzaxxon 3 месяца назад
Excellent tutorial
@Frankie_Freedom
@Frankie_Freedom Год назад
I tried doing the same but i didn't actually have a libraries folder and tried to create it myself to no avail..
@larrybud
@larrybud 9 месяцев назад
You might not have it if you've never installed a 3rd party library, or you're looking in the wrong location. Just go and install any 3rd party library from the ide and the folder will be created.
@Leviiiiiiiiiiiiiii
@Leviiiiiiiiiiiiiii 3 месяца назад
Thank you so much!
@marcchelnik8445
@marcchelnik8445 9 месяцев назад
Your explanations are very clear & precise. I learned clearly from your library creation Tutorial. MIGHT YOU CREATE A SERIES FOR PLATFOMio ?? It would be helpful. I t seems many people migrate form Arduino to PlatformIO & I'm trying to understand how & where I would have to import my custom Library Files. Plus to understand the intricacies of PlatformIO it's structure & use of Json files to configure. Thanks Marc
@RoboticsBackEnd
@RoboticsBackEnd 9 месяцев назад
Thank you! I didn't know about PlatformIO, just had a look and it seems quite interesting! Unfortunately for now I have no plans on doing tutorials on this subject. Maybe in the future!
@ibrahimibo95
@ibrahimibo95 2 месяца назад
Merci beaucoup
@sanjaybatra6593
@sanjaybatra6593 5 месяцев назад
v good explanation. do you have anything more advance example to create a library. like LCD etc ...which create data structure or which create and instance of variables ?
@RoboticsBackEnd
@RoboticsBackEnd 5 месяцев назад
You can check out my Arduino OOP courses, that teaches you how to properly write a library for a component: rbcknd.com/learn-arduino-oop
@salmanarizki-b4w
@salmanarizki-b4w 8 месяцев назад
Sir, will using a library reduce the size of the program?
@smarteginvention74
@smarteginvention74 Год назад
thanks sir 👍👍👍👍👍👍
@trazz99
@trazz99 7 месяцев назад
When calling the functions in a user created library in a new sketch, can you just call the functions in the setup and they will run as intended?
@RoboticsBackEnd
@RoboticsBackEnd 7 месяцев назад
Yes, after you import your library, you can use the functions wherever you want
@norberthartmann5075
@norberthartmann5075 8 месяцев назад
verry good!
@subhamdas2491
@subhamdas2491 Год назад
Verry noice
@19_norton_aryobismon53
@19_norton_aryobismon53 4 месяца назад
how to make the '.a' library file
@gsrathore97x
@gsrathore97x Год назад
👍👍👍👍📍
@danny12345
@danny12345 Год назад
Thank you
@mikesfarmmikesfarm3977
@mikesfarmmikesfarm3977 Год назад
long time I have been using arduinos, but with help from this vid , my 1st time creating a library. thx very much. Vid was very clear.