File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
shared-bindings/microcontroller Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 58
58
//| :maxdepth: 3
59
59
//|
60
60
//| Pin
61
+ //| Processor
61
62
//|
62
63
63
64
//| .. attribute:: cpu
64
65
//|
65
- //| CPU information and control, such as temperature and clock frequency.
66
+ //| CPU information and control, such as `cpu.temperature` and `cpu.frequency`
67
+ //| (clock frequency).
66
68
//| This object is the sole instance of `microcontroller.Processor`.
67
69
//|
68
70
69
71
//| .. method:: delay_us(delay)
70
72
//|
71
- //| Dedicated delay method used for very short delays. DO NOT do long delays
73
+ //| Dedicated delay method used for very short delays. **Do not** do long delays
72
74
//| because it will stall any concurrent code.
73
75
//|
74
76
STATIC mp_obj_t mcu_delay_us (mp_obj_t delay_obj ) {
You can’t perform that action at this time.
0 commit comments