git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_16.1.x@9096 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
1d6d5590c7
commit
7eedede0a7
|
@ -147,7 +147,7 @@ int main(void) {
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Starts an ADC continuous conversion triggered with a period of
|
* Starts an ADC continuous conversion triggered with a period of
|
||||||
* 1/10000 second.
|
* 1/1000000 second.
|
||||||
*/
|
*/
|
||||||
adcStartConversion(&ADCD1, &adcgrpcfg1, samples1, ADC_GRP1_BUF_DEPTH);
|
adcStartConversion(&ADCD1, &adcgrpcfg1, samples1, ADC_GRP1_BUF_DEPTH);
|
||||||
gptStartContinuous(&GPTD4, 100);
|
gptStartContinuous(&GPTD4, 100);
|
||||||
|
|
Loading…
Reference in New Issue