MS Khan
MS Khan
You can put the 2d plots in a for loop and it will result in the new data being plotting inside the same open figure window. However, for 3d plots...
…ot.S file in document rpi-os.md Fixes #274 This fixes a typo in the assembly startup code explanation in lesson 1 / rpi-os.md. The original text refers to "process ID", but...
[docs/lesson01/rpi-os.md](https://github.com/s-matyukevich/raspberry-pi-os/blob/master/docs/lesson01/rpi-os.md) reads: ``` .globl _start _start: mrs x0, mpidr_el1 and x0, x0,#0xFF // Check processor id cbz x0, master // Hang for all non-primary CPU b proc_hang ``` `The first...