Posts by rod_learning • 11 points
1 post
-
1
votes1
answer64
viewsQ: Read a vector to a stop bit
I want to read an 8-bit binary vector backwards and stop until I read the last 1. For example: [00010101] <--- Read until you find the last 1 Vector read: [1010] Then associate a function for…