Skip to content

Commit

Permalink
improve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
RobTillaart committed Jun 19, 2023
1 parent 108e1a2 commit ea80a48
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
8 changes: 5 additions & 3 deletions examples/AS5600_burn_conf_mang/AS5600_burn_conf_mang.ino
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
//
// FILE: AS5600_burn_conf_mang.ino
// AUTHOR: Rob Tillaart
// PURPOSE: demo
// PURPOSE: demo (not tested yet - see issue #38)
// DATE: 2023-06-18


// WARNING
// As burning the settings can only be done once this sketch has to be used with care.
//
// You need to
// You need to
// - read the datasheet so you understand what you do
// - read issue #38 to understand the discussion that lead to this sketch
// - uncomment burnSettings() in AS5600.h and AS5600.cpp.
// - adjust settings and MaxAngle in burn_mang() function below ==> line 77++
// - uncomment line 167
// - uncomment line 167 of this sketch


#include "AS5600.h"
Expand Down
14 changes: 8 additions & 6 deletions examples/AS5600_burn_zpos/AS5600_burn_zpos.ino
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
//
// FILE: AS5600_burn_conf_mang.ino
// FILE: AS5600_zpos.ino
// AUTHOR: Rob Tillaart
// PURPOSE: demo
// PURPOSE: demo (not tested yet - see issue #38)
// DATE: 2023-06-18


// WARNING
// As burning the settings can only be done once this sketch has to be used with care.
// As burning the angle can only be done three times this sketch has to be used with care.
//
// You need to
// - uncomment burnSettings() in AS5600.h and AS5600.cpp.
// You need to
// - read the datasheet so you understand what you do
// - read issue #38 to understand the discussion that lead to this sketch
// - uncomment burnAngle() in AS5600.h and AS5600.cpp.
// - adjust settings and MaxAngle in burn_zpos() function below ==> line 77++
// - uncomment line 105
// - uncomment line 105 of this sketch


#include "AS5600.h"
Expand Down

0 comments on commit ea80a48

Please sign in to comment.