You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System shutdown and sleep should be handled by the calling function and not the BM62 driver method. This method should return true or false when called, calling low-level commands like cli(); introduces a platform dependency (in this case, Atmel ATmega) to the driver code.
System shutdown and sleep should be handled by the calling function and not the BM62 driver method. This method should return
true
orfalse
when called, calling low-level commands likecli();
introduces a platform dependency (in this case, Atmel ATmega) to the driver code.opossum/opossum/BM62.cpp
Line 231 in 2c2d131
The text was updated successfully, but these errors were encountered: