I want to add more sensors. how should I do?
Add them to what? Deal with each sensor in a function. Move all the code in loop() to a function. Call the function from loop(). Add another function; add another call.
I want to add more sensors. how should I do?
Add them to what? Deal with each sensor in a function. Move all the code in loop() to a function. Call the function from loop(). Add another function; add another call.