libpropeller
Making PropellerGCC Easier
 All Classes Files Functions Variables Enumerations Enumerator Macros Pages
Variables
eeprom.test.h File Reference
#include <stdio.h>
#include "unity.h"
#include "eeprom.h"
Include dependency graph for eeprom.test.h:

Go to the source code of this file.

Variables

int addressOffset = ((__TIME__)[6] - '0')*10 + (__TIME__)[7] - '0'
 
char dataOffset = ((__TIME__)[3] - '0')*5 + (__TIME__)[7] - '0'
 

Variable Documentation

int addressOffset = ((__TIME__)[6] - '0')*10 + (__TIME__)[7] - '0'
char dataOffset = ((__TIME__)[3] - '0')*5 + (__TIME__)[7] - '0'