Jump to content
Electronics-Lab.com Community

Leaderboard

Popular Content

Showing content with the highest reputation on 02/26/2022 in all areas

  1. But even if we disable debug, it will call print method and do not print anything. I mean we should make it something like #ifdef DEBUG Serial.print("\n debug controlled print"); #endif Here when we disable macro, its like code is not written for compiler, code will be removed in macro processing itself.
    1 point
×
  • Create New...