I Need Arduino Read Analog save empty array

For Example:
void loop()
{
char list[128]={};
ClockPulses();
for (i = 0; i < 128; i ++)
{
analogReadResolution(12);
CizgiArray = analogRead(INTVAL) ;
_ list[CizgiArray*]={} ;*_

* ClockPulse();*
* Serial.print(list);*
* }*
*This for loop read 128 Value need Save one by one empty array *
and write Serial.print 128 value.
In Arduino, 128 different values read in the loop will be written into the empty array.
*_ <em>*[color=#202124]​[/color]*</em> _*

Please follow the advice on posting code given in posting code

In particular note the advice to Auto format code in the IDE and to use code tags when posting code here as it prevents some combinations of characters in code being interpreted as HTML commands such as italics, bold or a smiley character, all of which render the code useless

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.