Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

pec_ref @en
9 Treffer, Zuletzt geändert:
eturns the current analog value </code> >**PecAdcChannel** {{ :pec:pecadcchannel.png?nolink&280|}} <<template>> Parameters necessary adcX, resolutionX, channelN, <... Value() // returns the last analog value of the channel </code> >**adcX** {{ :pec:adcn.png?nolink&280|... eter>> for template PecAdc... <code cpp> #define %channel% N // 0, 1, 2, ... </code> >**adcResolutionX**
pec_ref
8 Treffer, Zuletzt geändert:
iefert den aktuellen Analogwert </code> >**PecAdcChannel** {{ :pec:pecadcchannel.png?nolink&280|}} <<template>> benötigt Parameter adcX, resolutionX, channelN, <co... > wird für PecAdc... benötigt <code cpp> #define %channel% N // 0, 1, 2, ... </code> >**adcResolutionX** ... hr neu bei 0, liefert akt. Wert </code> >**PecPwmChannel** {{ :pec:pecpwmchannel.png?nolink&330|}} <<templ
pec_ref @zh
8 Treffer, Zuletzt geändert:
ned int getValue() // 提供当前模拟值 </code> >**PecAdcChannel** {{ :pec:pecadcchannel.png?nolink&280|}} <<template>> 需要参数 adcX, resolutionX, channelN, <code cpp> unsign... >> PecAdc ...需要 channelN «参数» <code cpp> #define %channel% N // 0, 1, 2, ... </code> >**adcResolutionX** ... art() // 秒表从 0 开始重新启动,执行操作.当前值 </code> >**PecPwmChannel** {{ :pec:pecpwmchannel.png?nolink&330|}} <<templ
ese_block_9_pwm
6 Treffer, Zuletzt geändert:
ür das Pin B0 ergibt sich die Möglichkeit TIMER 3 Channel 3 zu nutzen. Im PEC Framework steht uns der Bibliotheksbaustein **PecPwmChannel** zur Verfügung. Dieser Baustein hat alle nötigen... ale um unsere LED zu dimmen. {{:stm32light:pecpwmchannel.png?direct&400|}} Damit ergibt sich folgender Gr... nk&700|}} Die konkrete Hardwareanbindung Timer3, Channel3, PinB0 muss in der Realisierung erfolgen. {{:st
mm32_dim
6 Treffer, Zuletzt geändert:
ür das Pin B0 ergibt sich die Möglichkeit TIMER 3 Channel 3 zu nutzen. Im PEC Framework steht uns der Bibliotheksbaustein **PecPwmChannel** zur Verfügung. Dieser Baustein hat alle nötigen... ale um unsere LED zu dimmen. {{:stm32light:pecpwmchannel.png?direct&400|}} Damit ergibt sich folgender Gr... nk&700|}} Die konkrete Hardwareanbindung Timer3, Channel3, PinB0 muss in der Realisierung erfolgen. {{:mm
ese_block_9_pwm @en
6 Treffer, Zuletzt geändert:
100|}} There is the possibility of using TIMER 3 Channel 3 for pin B0. The ** PecPwmChannel ** library element is available to us in the PEC Framework. This compon... ary features to dim our LED. {{:stm32light:pecpwmchannel.png?direct&400|}} This results in the following ... &700|}} The concrete hardware connection Timer3, Channel3, PinB0 must take place in the implementation. {
ese_block_8_adc
5 Treffer, Zuletzt geändert:
es ADC die Bausteine **PecAdcSingle** und **PecAdcChannel**. {{:stm32light:pecadcxx.png?nolink&1000|}} Fü... den etwas komplexeren Bibliotheksbaustein **PecAdcChannel**. Damit können wir später auch mehrere Analogkan... 300|}} Demzufolge ist Pin A7 auch gleich der ADC-Channel 7. Jetzt haben wir alle nötigen Informationen um ... * Bibliotheksbausteine **PecUart** und **PecAdcChannel** zuweisen (Realisierung) * Baustein **Terminal
mm32_adc
5 Treffer, Zuletzt geändert:
es ADC die Bausteine **PecAdcSingle** und **PecAdcChannel**. {{:stm32light:pecadcxx.png?nolink&1000|}} Fü... den etwas komplexeren Bibliotheksbaustein **PecAdcChannel**. Damit können wir später auch mehrere Analogkan... 300|}} Demzufolge ist Pin A7 auch gleich der ADC-Channel 7. Jetzt haben wir alle nötigen Informationen um ... * Bibliotheksbausteine **PecUart** und **PecAdcChannel** zuweisen (Realisierung) * Baustein **Terminal
ese_block_8_adc @en
5 Treffer, Zuletzt geändert:
s and the modules ** PecAdcSingle ** and ** PecAdcChannel ** for the use of the ADC. {{:stm32light:pecadcx... ercise, we use the somewhat more complex ** PecAdcChannel ** library block. This means that we can convenie... olink&300|}} As a result, pin A7 is also the ADC channel 7. Now we have all the information we need to com... Assign library blocks ** PecUart ** and ** PecAdcChannel ** (implementation) * Configure module ** Term
ese_block_8_adc @zh
5 Treffer, Zuletzt geändert:
STM32F042具有一个模数转换器ADC,其精度高达12位,最多有10个不同的通道Channel,采集时间为1微秒,用于采集模拟数据。 记录的模拟值电压范围介于电源电压的0V(GND)或ADC 3... 供了**PecUart**模块,以及为ADC提供了**PecAdcSingle**和**PecAdcChannel**模块。 {{:stm32light:pecadcxx.png?nolink&1000|}} ... **完全可以满足要求。 我们不必在练习中“节省”,因此我们可以使用稍微更复杂的库模块**PecAdcChannel**。 这使我们能够在以后方便地捕获多个模拟通道。解决方案的系统和库组件设计图如下所示: {{:s... 将新的系统模块与**控制器**连接(聚合) * 分配库块**PecUart**和**PecAdcChannel**(实现) * 使用**波特率19200**和**uart1portA9_stm32f0**正
ese_block_9_pwm @zh
5 Treffer, Zuletzt geändert:
对于引脚B0,可以使用TIMER 3通道3。 在PEC框架中,我们可以使用库模块**PecPwmChannel**。该模块具有使LED变暗所需的所有功能。 {{:stm32light:pecpwmchannel.png?direct&400|}} UML设计图,帮助理清逻辑思维。 {{::controllerled... t3c3b0.png?nolink&160|}} **MERKE: PWM = Timer + Channel + Pin 注意:PWM =计时器+通道+引脚**\\ ===== 实现 ===== 实现应包括上述设计图中描述的元素。另外必须将Timer3,Channel3和PinB0的特定硬件连接。在资源管理器中搜索相应的元素,拖放到图中,并将其连接到Led类的**P
ese_block_12_lcd
1 Treffer, Zuletzt geändert:
nd ein **Display** * Der Sensor ist ein **PecAdcChannel** mit **adcResolution8bit** * Das Display ist e
mm32_lcd
1 Treffer, Zuletzt geändert:
nd ein **Display** * Der Sensor ist ein **PecAdcChannel** mit **adcResolution8bit** * Das Display ist e
ese_block_12_lcd @en
1 Treffer, Zuletzt geändert:
and a ** display ** * The sensor is a ** PecAdcChannel ** with ** adcResolution8bit ** * The display
dokuwiki @wiki
1 Treffer, Zuletzt geändert:
m]] * [[doku>irc|Talk to other users in the IRC channel]] * [[https://github.com/splitbrain/dokuwiki/is
ese_block_12_lcd @zh
1 Treffer, Zuletzt geändert: