Skip to content
lpinguin edited this page Nov 6, 2020 · 3 revisions

sonde niveau citerne eau

Firmeware version: en developpement. Licence: GPL-3.0 License

Arduino IDE

HARDWARE TARGET: ATMega 328
IDE: Arduino IDE.

Eclaté du code source:

Librairy

  • LiquidCrystal.h

INSTANTIATION

*lcd.begin() *lcd.setCursor() *lcd.print()

FUNCTIONS USED:

  • infoHardware
  • mesureVolume()
  • printVolume()
  • mesureTension()
  • printTension()
  • mesureTemp()
  • printTemp()
  • delayMicroseconds

VARIABLES USED:

  • lcd
  • trig
  • echo
  • lecture_echo
  • mesure
  • m3

CONDICTIONS

Note: Source file Must end with a newline charactere.