Hi All, i'm new to Arduino, it is good to be here and learn from everyone else.
I started working on a CC1101 Transceiver module, and I have the need to send data from one transceiver to another, I found the CC1101 library in the forums, and in following the examples I came across a piece of code that don't quiet understand the meaning, I am a professional in Java, Python and Visual Studio but it is my first time dealing with arduino.
The code is the following, and I was wondering if you guys could help me translate it into simple english
For (bool i = 0; i==0;){
I know is a for loop, but I don't understand why the variable i is a boolean, I just don't understand how many times the loop will iterate since the next statement is i==0.
Will this loop only iterate once through the code inside of the loop?
@walterf25 You posted this question in the Introduction Tutorials section. That section is for posting Tutorials, not asking questions about your project. Therefore I have moved it here.