Guest User

Message d'erreur

a guest
Mar 6th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. Arduino : 1.8.5 (Windows 8.1), Carte : "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"
  2.  
  3. C:\Users\thoma_000\Desktop\Français\code\Lesson 19 Real Time Clock Module\DS3231_dateformat\DS3231_dateformat.ino: In function 'void setup()':
  4.  
  5. DS3231_dateformat:27: error: 'class DS3231' has no member named 'begin'
  6.  
  7. DS3231_dateformat:30: error: 'class DS3231' has no member named 'setDateTime'
  8.  
  9. C:\Users\thoma_000\Desktop\Français\code\Lesson 19 Real Time Clock Module\DS3231_dateformat\DS3231_dateformat.ino: In function 'void loop()':
  10.  
  11. DS3231_dateformat:41: error: 'class DS3231' has no member named 'getDateTime'
  12.  
  13. DS3231_dateformat:44: error: 'class DS3231' has no member named 'dateFormat'
  14.  
  15. DS3231_dateformat:47: error: 'class DS3231' has no member named 'dateFormat'
  16.  
  17. DS3231_dateformat:50: error: 'class DS3231' has no member named 'dateFormat'
  18.  
  19. DS3231_dateformat:53: error: 'class DS3231' has no member named 'dateFormat'
  20.  
  21. DS3231_dateformat:57: error: 'class DS3231' has no member named 'dateFormat'
  22.  
  23. DS3231_dateformat:61: error: 'class DS3231' has no member named 'dateFormat'
  24.  
  25. exit status 1
  26. 'class DS3231' has no member named 'begin'
  27.  
  28. Ce rapport pourrait être plus détaillé avec
  29. l'option "Afficher les résultats détaillés de la compilation"
  30. activée dans Fichier -> Préférences.
Advertisement
Add Comment
Please, Sign In to add comment