pyb — functions related to the board¶ The pyb module contains specific functions related to the board. Time related functions¶ pyb. delay (ms) ¶ Delay for the given number of milliseconds. pyb. udelay (us) ¶ Delay for the given number of microseconds. pyb. millis ¶ Returns the number of milliseconds since the board was last reset.