Changed TempDataLogger project's DS1307 driver to simplify the function interface and prevent a possible race condition.
This commit is contained in:
parent
187ccb2e15
commit
7776aa4e2e
6 changed files with 90 additions and 132 deletions
|
@ -84,15 +84,8 @@
|
|||
/* Type Defines: */
|
||||
typedef struct
|
||||
{
|
||||
uint8_t Day;
|
||||
uint8_t Month;
|
||||
uint8_t Year;
|
||||
|
||||
uint8_t Hour;
|
||||
uint8_t Minute;
|
||||
uint8_t Second;
|
||||
|
||||
uint8_t LogInterval500MS;
|
||||
TimeDate_t TimeDate;
|
||||
uint8_t LogInterval500MS;
|
||||
} Device_Report_t;
|
||||
|
||||
/* Function Prototypes: */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue