Rename i2c directories to sensors

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3525 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2011-04-19 18:51:02 +00:00
parent 5ff1e144b2
commit 8d2d65205e
13 changed files with 62 additions and 62 deletions
+1 -4
View File
@@ -65,10 +65,7 @@
# define NXF_PIXELMASK 0x01
# define NXF_SCALEX(x) ((x) >> 3)
# define NXF_PIXEL_T uint8_t
# define NXF_MULTIPIXEL(p) ((uint8_t)(p) << 7 | (uint8_t)(p) << 6 | \
(uint8_t)(p) << 5 | (uint8_t)(p) << 4 | \
(uint8_t)(p) << 3 | (uint8_t)(p) << 2 | \
(uint8_t)(p) << 1 | (p))
# define NXF_MULTIPIXEL(p) ((p) ? 0xff : 0x00)
#elif NXFONTS_BITSPERPIXEL == 2