Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Hello everyone,
I've recently started debugging an existing project that uses the BusOut class. It was initialized as BusOut CL(p19, p20, p18, p22).
I'm confused when CL = "any number" is called. Especially because it is often called many times in a row without an operation between...(CL =5, Cl = 6, Cl = 7).
Does the write() method write that value to every pin? Does it write that value to each pin in order of how they were declared in the constructor?
Any help would be greatly appreciated!