diff options
| author | Joe Bakalor <jmbakalor@gmail.com> | 2019-11-05 11:06:18 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-05 11:06:18 -0500 |
| commit | ba83a4a2ac815e76cd752db05e3269450021954e (patch) | |
| tree | 611864e312d825c2abb85df4d3a9cb88aa382faa /shared-bindings/microcontroller/Processor.h | |
| parent | 8ab3ef44dddbb82d623dd557461b2b77cf607283 (diff) | |
| parent | 01bf9321692d00da8628b7b230be3b03665eff82 (diff) | |
Merge pull request #1 from adafruit/master
Update base
Diffstat (limited to 'shared-bindings/microcontroller/Processor.h')
| -rw-r--r-- | shared-bindings/microcontroller/Processor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-bindings/microcontroller/Processor.h b/shared-bindings/microcontroller/Processor.h index 28f054420..1088112f4 100644 --- a/shared-bindings/microcontroller/Processor.h +++ b/shared-bindings/microcontroller/Processor.h @@ -36,5 +36,6 @@ const mp_obj_type_t mcu_processor_type; uint32_t common_hal_mcu_processor_get_frequency(void); float common_hal_mcu_processor_get_temperature(void); void common_hal_mcu_processor_get_uid(uint8_t raw_id[]); +float common_hal_mcu_processor_get_voltage(void); #endif // MICROPY_INCLUDED_SHARED_BINDINGS_MICROCONTROLLER_PROCESSOR_H |
