Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Fix voltage reference in examples#94

Conversation

romainreignier
Copy link
Contributor

The MachineControl boards features a REF3330 3.0 V Reference Voltage.

As mentioned in this#70 (comment)

I have compared the 0-10V input results with an oscilloscope and the values with the 3.3 V reference were wrong but correct with 3.0 V.

The MachineControl boards features a REF3330 3.0 V Reference Voltage.
@CLAassistant
Copy link

CLAassistant commentedAug 1, 2022
edited
Loading

CLA assistant check
All committers have signed the CLA.

@per1234per1234 added type: imperfectionPerceived defect in any part of project topic: documentationRelated to documentation for the project labelsAug 1, 2022
@per1234per1234 requested a review fromRocketctAugust 1, 2022 12:48
@github-actions
Copy link

Memory usage change @493324e

Boardflash%RAM for global variables%
arduino:mbed_portenta:envie_m70 - 00.0 - 0.00 - 00.0 - 0.0
Click for full report table
Boardexamples/Analog_Out
flash
%examples/Analog_Out
RAM for global variables
%examples/Analog_input/Analog_input_0_10V
flash
%examples/Analog_input/Analog_input_0_10V
RAM for global variables
%examples/Analog_input/Analog_input_4_20mA
flash
%examples/Analog_input/Analog_input_4_20mA
RAM for global variables
%examples/Analog_input/Analog_input_NTC
flash
%examples/Analog_input/Analog_input_NTC
RAM for global variables
%examples/CAN/ReadCan
flash
%examples/CAN/ReadCan
RAM for global variables
%examples/CAN/WriteCan
flash
%examples/CAN/WriteCan
RAM for global variables
%examples/Digital_output
flash
%examples/Digital_output
RAM for global variables
%examples/Digital_programmable/CombinedIOExpander
flash
%examples/Digital_programmable/CombinedIOExpander
RAM for global variables
%examples/Digital_programmable/Digital_input
flash
%examples/Digital_programmable/Digital_input
RAM for global variables
%examples/Digital_programmable/GPIO_programmable
flash
%examples/Digital_programmable/GPIO_programmable
RAM for global variables
%examples/Encoders
flash
%examples/Encoders
RAM for global variables
%examples/Ethernet
flash
%examples/Ethernet
RAM for global variables
%examples/RS232
flash
%examples/RS232
RAM for global variables
%examples/RS485_fullduplex
flash
%examples/RS485_fullduplex
RAM for global variables
%examples/RS485_halfduplex
flash
%examples/RS485_halfduplex
RAM for global variables
%examples/RTC
flash
%examples/RTC
RAM for global variables
%examples/RTC_Alarm
flash
%examples/RTC_Alarm
RAM for global variables
%examples/Temp_probes_RTD
flash
%examples/Temp_probes_RTD
RAM for global variables
%examples/Temp_probes_Thermocouples
flash
%examples/Temp_probes_Thermocouples
RAM for global variables
%examples/USB_host
flash
%examples/USB_host
RAM for global variables
%
arduino:mbed_portenta:envie_m700.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.0
Click for full report CSV
Board,examples/Analog_Out<br>flash,%,examples/Analog_Out<br>RAM for global variables,%,examples/Analog_input/Analog_input_0_10V<br>flash,%,examples/Analog_input/Analog_input_0_10V<br>RAM for global variables,%,examples/Analog_input/Analog_input_4_20mA<br>flash,%,examples/Analog_input/Analog_input_4_20mA<br>RAM for global variables,%,examples/Analog_input/Analog_input_NTC<br>flash,%,examples/Analog_input/Analog_input_NTC<br>RAM for global variables,%,examples/CAN/ReadCan<br>flash,%,examples/CAN/ReadCan<br>RAM for global variables,%,examples/CAN/WriteCan<br>flash,%,examples/CAN/WriteCan<br>RAM for global variables,%,examples/Digital_output<br>flash,%,examples/Digital_output<br>RAM for global variables,%,examples/Digital_programmable/CombinedIOExpander<br>flash,%,examples/Digital_programmable/CombinedIOExpander<br>RAM for global variables,%,examples/Digital_programmable/Digital_input<br>flash,%,examples/Digital_programmable/Digital_input<br>RAM for global variables,%,examples/Digital_programmable/GPIO_programmable<br>flash,%,examples/Digital_programmable/GPIO_programmable<br>RAM for global variables,%,examples/Encoders<br>flash,%,examples/Encoders<br>RAM for global variables,%,examples/Ethernet<br>flash,%,examples/Ethernet<br>RAM for global variables,%,examples/RS232<br>flash,%,examples/RS232<br>RAM for global variables,%,examples/RS485_fullduplex<br>flash,%,examples/RS485_fullduplex<br>RAM for global variables,%,examples/RS485_halfduplex<br>flash,%,examples/RS485_halfduplex<br>RAM for global variables,%,examples/RTC<br>flash,%,examples/RTC<br>RAM for global variables,%,examples/RTC_Alarm<br>flash,%,examples/RTC_Alarm<br>RAM for global variables,%,examples/Temp_probes_RTD<br>flash,%,examples/Temp_probes_RTD<br>RAM for global variables,%,examples/Temp_probes_Thermocouples<br>flash,%,examples/Temp_probes_Thermocouples<br>RAM for global variables,%,examples/USB_host<br>flash,%,examples/USB_host<br>RAM for global variables,%arduino:mbed_portenta:envie_m7,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0

@facchinm
Copy link
Collaborator

The patch looks correct.@Rocketct would you mind taking some more measurement on a production board and eventually merge? Thx

@leonardocavagnisleonardocavagnis merged commit9617669 intoarduino-libraries:masterSep 21, 2023
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@RocketctRocketctAwaiting requested review from Rocketct

Assignees
No one assigned
Labels
topic: documentationRelated to documentation for the projecttype: imperfectionPerceived defect in any part of project
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

5 participants
@romainreignier@CLAassistant@facchinm@per1234@leonardocavagnis

[8]ページ先頭

©2009-2025 Movatter.jp