Advertisement
Guest User

enc.h

a guest
Aug 17th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.08 KB | None | 0 0
  1. #ifndef _ENC_H_
  2. #define _ENC_H_
  3.  
  4. #define ENC_RESET 1
  5. #define ENC_SEQ 2
  6.  
  7. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement