Closed consciousgaze closed 9 years ago
This pull request contains all the sensor files. Also, you need to delete all ~files.
On Wed, Mar 4, 2015 at 3:48 PM, consciousgaze notifications@github.com wrote:
sensor 6dof
You can view, comment on, or merge this pull request online at:
https://github.com/s3lsensor/snowflake/pull/76 Commit Summary
- add sensor list
- Add
- minor update
- add more sensors
- add.
- Modify. Comments updated
- Modify. ready for test
- Modify. testing for tsl2561
- Modify. testing for tsl2561
- Modify. testing for tsl2561
- Modify. testing for tsl2561
- Modify. tsl2561 testing
- Merge branch 'new-sensors' of https://github.com/s3lsensor/snowflake into new-sensors
- Modify. Strang compilation error.
- Merge branch 'new-sensors' of https://github.com/s3lsensor/snowflake into new-sensors
- Modify. Strange compilation error
- Modify. Testing tsl2561
- Add. Compilation error log
- Add. Compilatoin log
- Modify. Cleared all typos
- Modify. Testing tsl2561
- Modify. Testing tsl2561
- Modify. Testing tsl2561
- Modify. Almost working. Just not stable
- Modify. tsl2561 working fine.
- Modify. All i2c sensor works
- Modify. Weird issue in ms5803.
- Add. ADC sensors
- Modify. Attempt to compile ms5803
- Modify. Attempt to compile ms5803
- Modify. Attempt to compile ms5803
- Modify. Attempt to compile ms5803
- Modify. Attempt to compile ms5803
- Modify. Attempt to compile ms5803
- Modify. Changed Makefile.msp430 to include more source files.
- Modify. Testing tsl2561
- Add. sensor examples
- Add. sensor 6dof
File Changes
- M cpu/msp430/Makefile.msp430 https://github.com/s3lsensor/snowflake/pull/76/files#diff-0 (4)
- A cpu/msp430/Makefile.msp430~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-1 (222)
- A dataSheets/6DOF_ADXL345.pdf https://github.com/s3lsensor/snowflake/pull/76/files#diff-2 (0)
- A dataSheets/6DOF_ITG-3200-00-01.4.pdf https://github.com/s3lsensor/snowflake/pull/76/files#diff-3 (0)
- A dataSheets/ADXL337.pdf https://github.com/s3lsensor/snowflake/pull/76/files#diff-4 (0)
- A dataSheets/HTU21D.pdf https://github.com/s3lsensor/snowflake/pull/76/files#diff-5 (0)
- A dataSheets/LMV324.pdf https://github.com/s3lsensor/snowflake/pull/76/files#diff-6 (0)
- A dataSheets/ML8511_3-8-13.pdf https://github.com/s3lsensor/snowflake/pull/76/files#diff-7 (0)
- A dataSheets/PS-MPU-6000A.pdf https://github.com/s3lsensor/snowflake/pull/76/files#diff-8 (0)
- A dataSheets/Pin_Configuration.txt https://github.com/s3lsensor/snowflake/pull/76/files#diff-9 (15)
- A dataSheets/Pin_Configuration.txt~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-10 (8)
- A dataSheets/TSL2561.pdf https://github.com/s3lsensor/snowflake/pull/76/files#diff-11 (0)
- A dataSheets/isl29125.pdf https://github.com/s3lsensor/snowflake/pull/76/files#diff-12 (0)
- A dataSheets/ms5803_14ba.pdf https://github.com/s3lsensor/snowflake/pull/76/files#diff-13 (0)
- A dataSheets/telosB_datasheet.pdf https://github.com/s3lsensor/snowflake/pull/76/files#diff-14 (0)
- M hello_world/Makefile https://github.com/s3lsensor/snowflake/pull/76/files#diff-15 (1)
- M hello_world/helloWorld.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-16 (10)
- A hello_world/ms5803.c_useless https://github.com/s3lsensor/snowflake/pull/76/files#diff-17 (340)
- M hello_world/sensor.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-18 (12)
- M hello_world/sensor_acc.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-19 (2)
- M hello_world/sensor_nocomm.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-20 (204)
- A hello_world/tsl2561.txt https://github.com/s3lsensor/snowflake/pull/76/files#diff-21 (2163)
- A platform/sky/dev/6dof.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-22 (118)
- A platform/sky/dev/6dof.c~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-23 (118)
- A platform/sky/dev/6dof.h https://github.com/s3lsensor/snowflake/pull/76/files#diff-24 (154)
- A platform/sky/dev/6dof.h~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-25 (154)
- A platform/sky/dev/_6dof.h~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-26 (154)
- A platform/sky/dev/adxl337.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-27 (72)
- A platform/sky/dev/adxl337.c~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-28 (72)
- A platform/sky/dev/adxl337.h https://github.com/s3lsensor/snowflake/pull/76/files#diff-29 (25)
- A platform/sky/dev/adxl337.h~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-30 (20)
- A platform/sky/dev/htu21d.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-31 (70)
- A platform/sky/dev/htu21d.c~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-32 (70)
- A platform/sky/dev/htu21d.h https://github.com/s3lsensor/snowflake/pull/76/files#diff-33 (59)
- A platform/sky/dev/htu21d.h~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-34 (59)
- M platform/sky/dev/i2c.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-35 (28)
- A platform/sky/dev/i2c.c~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-36 (393)
- A platform/sky/dev/isl29125.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-37 (112)
- A platform/sky/dev/isl29125.c~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-38 (112)
- A platform/sky/dev/isl29125.h https://github.com/s3lsensor/snowflake/pull/76/files#diff-39 (133)
- A platform/sky/dev/ml8511.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-40 (72)
- A platform/sky/dev/ml8511.c~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-41 (72)
- A platform/sky/dev/ml8511.h https://github.com/s3lsensor/snowflake/pull/76/files#diff-42 (26)
- A platform/sky/dev/ml8511.h~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-43 (26)
- A platform/sky/dev/mpu-6050.c~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-44 (290)
- A platform/sky/dev/ms5803.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-45 (166)
- A platform/sky/dev/ms5803.c~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-46 (163)
- A platform/sky/dev/ms5803.h https://github.com/s3lsensor/snowflake/pull/76/files#diff-47 (82)
- A platform/sky/dev/ms5803.h~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-48 (75)
- A platform/sky/dev/soundDet.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-49 (51)
- A platform/sky/dev/soundDet.c~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-50 (51)
- A platform/sky/dev/soundDet.h https://github.com/s3lsensor/snowflake/pull/76/files#diff-51 (23)
- A platform/sky/dev/soundDet.h~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-52 (23)
- A platform/sky/dev/tsl2561.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-53 (68)
- A platform/sky/dev/tsl2561.c~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-54 (68)
- A platform/sky/dev/tsl2561.h https://github.com/s3lsensor/snowflake/pull/76/files#diff-55 (76)
- A platform/sky/dev/tsl2561.h~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-56 (73)
- A sensor_examples/Makefile https://github.com/s3lsensor/snowflake/pull/76/files#diff-57 (8)
- A sensor_examples/Makefile.target https://github.com/s3lsensor/snowflake/pull/76/files#diff-58 (1)
- A sensor_examples/app_util.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-59 (32)
- A sensor_examples/app_util.h https://github.com/s3lsensor/snowflake/pull/76/files#diff-60 (16)
- A sensor_examples/build.sh https://github.com/s3lsensor/snowflake/pull/76/files#diff-61 (23)
- A sensor_examples/current.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-62 (213)
- A sensor_examples/dumpUSB.py https://github.com/s3lsensor/snowflake/pull/76/files#diff-63 (192)
- A sensor_examples/example_6dof.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-64 (212)
- A sensor_examples/project-conf.h https://github.com/s3lsensor/snowflake/pull/76/files#diff-65 (34)
- A sensor_examples/read_usb.py https://github.com/s3lsensor/snowflake/pull/76/files#diff-66 (171)
- A sensor_examples/rebootExample.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-67 (253)
- A sensor_examples/symbols.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-68 (4)
- A sensor_examples/symbols.h https://github.com/s3lsensor/snowflake/pull/76/files#diff-69 (3)
Patch Links:
- https://github.com/s3lsensor/snowflake/pull/76.patch
- https://github.com/s3lsensor/snowflake/pull/76.diff
— Reply to this email directly or view it on GitHub https://github.com/s3lsensor/snowflake/pull/76.
把那些。h。c也都删掉?
On Mar 4, 2015, at 17:09, yzliao notifications@github.com wrote:
This pull request contains all the sensor files. Also, you need to delete all ~files.
On Wed, Mar 4, 2015 at 3:48 PM, consciousgaze notifications@github.com wrote:
sensor 6dof
You can view, comment on, or merge this pull request online at:
https://github.com/s3lsensor/snowflake/pull/76 Commit Summary
- add sensor list
- Add
- minor update
- add more sensors
- add.
- Modify. Comments updated
- Modify. ready for test
- Modify. testing for tsl2561
- Modify. testing for tsl2561
- Modify. testing for tsl2561
- Modify. testing for tsl2561
- Modify. tsl2561 testing
- Merge branch 'new-sensors' of https://github.com/s3lsensor/snowflake into new-sensors
- Modify. Strang compilation error.
- Merge branch 'new-sensors' of https://github.com/s3lsensor/snowflake into new-sensors
- Modify. Strange compilation error
- Modify. Testing tsl2561
- Add. Compilation error log
- Add. Compilatoin log
- Modify. Cleared all typos
- Modify. Testing tsl2561
- Modify. Testing tsl2561
- Modify. Testing tsl2561
- Modify. Almost working. Just not stable
- Modify. tsl2561 working fine.
- Modify. All i2c sensor works
- Modify. Weird issue in ms5803.
- Add. ADC sensors
- Modify. Attempt to compile ms5803
- Modify. Attempt to compile ms5803
- Modify. Attempt to compile ms5803
- Modify. Attempt to compile ms5803
- Modify. Attempt to compile ms5803
- Modify. Attempt to compile ms5803
- Modify. Changed Makefile.msp430 to include more source files.
- Modify. Testing tsl2561
- Add. sensor examples
- Add. sensor 6dof
File Changes
- M cpu/msp430/Makefile.msp430 https://github.com/s3lsensor/snowflake/pull/76/files#diff-0 (4)
- A cpu/msp430/Makefile.msp430~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-1 (222)
- A dataSheets/6DOF_ADXL345.pdf https://github.com/s3lsensor/snowflake/pull/76/files#diff-2 (0)
- A dataSheets/6DOF_ITG-3200-00-01.4.pdf https://github.com/s3lsensor/snowflake/pull/76/files#diff-3 (0)
- A dataSheets/ADXL337.pdf https://github.com/s3lsensor/snowflake/pull/76/files#diff-4 (0)
- A dataSheets/HTU21D.pdf https://github.com/s3lsensor/snowflake/pull/76/files#diff-5 (0)
- A dataSheets/LMV324.pdf https://github.com/s3lsensor/snowflake/pull/76/files#diff-6 (0)
- A dataSheets/ML8511_3-8-13.pdf https://github.com/s3lsensor/snowflake/pull/76/files#diff-7 (0)
- A dataSheets/PS-MPU-6000A.pdf https://github.com/s3lsensor/snowflake/pull/76/files#diff-8 (0)
- A dataSheets/Pin_Configuration.txt https://github.com/s3lsensor/snowflake/pull/76/files#diff-9 (15)
- A dataSheets/Pin_Configuration.txt~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-10 (8)
- A dataSheets/TSL2561.pdf https://github.com/s3lsensor/snowflake/pull/76/files#diff-11 (0)
- A dataSheets/isl29125.pdf https://github.com/s3lsensor/snowflake/pull/76/files#diff-12 (0)
- A dataSheets/ms5803_14ba.pdf https://github.com/s3lsensor/snowflake/pull/76/files#diff-13 (0)
- A dataSheets/telosB_datasheet.pdf https://github.com/s3lsensor/snowflake/pull/76/files#diff-14 (0)
- M hello_world/Makefile https://github.com/s3lsensor/snowflake/pull/76/files#diff-15 (1)
- M hello_world/helloWorld.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-16 (10)
- A hello_world/ms5803.c_useless https://github.com/s3lsensor/snowflake/pull/76/files#diff-17 (340)
- M hello_world/sensor.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-18 (12)
- M hello_world/sensor_acc.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-19 (2)
- M hello_world/sensor_nocomm.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-20 (204)
- A hello_world/tsl2561.txt https://github.com/s3lsensor/snowflake/pull/76/files#diff-21 (2163)
- A platform/sky/dev/6dof.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-22 (118)
- A platform/sky/dev/6dof.c~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-23 (118)
- A platform/sky/dev/6dof.h https://github.com/s3lsensor/snowflake/pull/76/files#diff-24 (154)
- A platform/sky/dev/6dof.h~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-25 (154)
- A platform/sky/dev/_6dof.h~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-26 (154)
- A platform/sky/dev/adxl337.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-27 (72)
- A platform/sky/dev/adxl337.c~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-28 (72)
- A platform/sky/dev/adxl337.h https://github.com/s3lsensor/snowflake/pull/76/files#diff-29 (25)
- A platform/sky/dev/adxl337.h~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-30 (20)
- A platform/sky/dev/htu21d.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-31 (70)
- A platform/sky/dev/htu21d.c~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-32 (70)
- A platform/sky/dev/htu21d.h https://github.com/s3lsensor/snowflake/pull/76/files#diff-33 (59)
- A platform/sky/dev/htu21d.h~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-34 (59)
- M platform/sky/dev/i2c.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-35 (28)
- A platform/sky/dev/i2c.c~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-36 (393)
- A platform/sky/dev/isl29125.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-37 (112)
- A platform/sky/dev/isl29125.c~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-38 (112)
- A platform/sky/dev/isl29125.h https://github.com/s3lsensor/snowflake/pull/76/files#diff-39 (133)
- A platform/sky/dev/ml8511.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-40 (72)
- A platform/sky/dev/ml8511.c~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-41 (72)
- A platform/sky/dev/ml8511.h https://github.com/s3lsensor/snowflake/pull/76/files#diff-42 (26)
- A platform/sky/dev/ml8511.h~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-43 (26)
- A platform/sky/dev/mpu-6050.c~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-44 (290)
- A platform/sky/dev/ms5803.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-45 (166)
- A platform/sky/dev/ms5803.c~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-46 (163)
- A platform/sky/dev/ms5803.h https://github.com/s3lsensor/snowflake/pull/76/files#diff-47 (82)
- A platform/sky/dev/ms5803.h~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-48 (75)
- A platform/sky/dev/soundDet.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-49 (51)
- A platform/sky/dev/soundDet.c~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-50 (51)
- A platform/sky/dev/soundDet.h https://github.com/s3lsensor/snowflake/pull/76/files#diff-51 (23)
- A platform/sky/dev/soundDet.h~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-52 (23)
- A platform/sky/dev/tsl2561.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-53 (68)
- A platform/sky/dev/tsl2561.c~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-54 (68)
- A platform/sky/dev/tsl2561.h https://github.com/s3lsensor/snowflake/pull/76/files#diff-55 (76)
- A platform/sky/dev/tsl2561.h~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-56 (73)
- A sensor_examples/Makefile https://github.com/s3lsensor/snowflake/pull/76/files#diff-57 (8)
- A sensor_examples/Makefile.target https://github.com/s3lsensor/snowflake/pull/76/files#diff-58 (1)
- A sensor_examples/app_util.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-59 (32)
- A sensor_examples/app_util.h https://github.com/s3lsensor/snowflake/pull/76/files#diff-60 (16)
- A sensor_examples/build.sh https://github.com/s3lsensor/snowflake/pull/76/files#diff-61 (23)
- A sensor_examples/current.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-62 (213)
- A sensor_examples/dumpUSB.py https://github.com/s3lsensor/snowflake/pull/76/files#diff-63 (192)
- A sensor_examples/example_6dof.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-64 (212)
- A sensor_examples/project-conf.h https://github.com/s3lsensor/snowflake/pull/76/files#diff-65 (34)
- A sensor_examples/read_usb.py https://github.com/s3lsensor/snowflake/pull/76/files#diff-66 (171)
- A sensor_examples/rebootExample.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-67 (253)
- A sensor_examples/symbols.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-68 (4)
- A sensor_examples/symbols.h https://github.com/s3lsensor/snowflake/pull/76/files#diff-69 (3)
Patch Links:
- https://github.com/s3lsensor/snowflake/pull/76.patch
- https://github.com/s3lsensor/snowflake/pull/76.diff
— Reply to this email directly or view it on GitHub https://github.com/s3lsensor/snowflake/pull/76.
— Reply to this email directly or view it on GitHub https://github.com/s3lsensor/snowflake/pull/76#issuecomment-77286321.
Firstly, for this communication thread, please use English!
Secondly, please Google pull request and understand what the purpose of the pull request is. Your current pull requests are all invalided. They do not show the purpose of each pull and are hard to other people to debug the code or track the logs.
I will reject all of them. Please clean your code and do them again.
On Wed, Mar 4, 2015 at 5:14 PM, consciousgaze notifications@github.com wrote:
把那些。h。c也都删掉?
On Mar 4, 2015, at 17:09, yzliao notifications@github.com wrote:
This pull request contains all the sensor files. Also, you need to delete all ~files.
On Wed, Mar 4, 2015 at 3:48 PM, consciousgaze notifications@github.com wrote:
sensor 6dof
You can view, comment on, or merge this pull request online at:
https://github.com/s3lsensor/snowflake/pull/76 Commit Summary
- add sensor list
- Add
- minor update
- add more sensors
- add.
- Modify. Comments updated
- Modify. ready for test
- Modify. testing for tsl2561
- Modify. testing for tsl2561
- Modify. testing for tsl2561
- Modify. testing for tsl2561
- Modify. tsl2561 testing
- Merge branch 'new-sensors' of https://github.com/s3lsensor/snowflake into new-sensors
- Modify. Strang compilation error.
- Merge branch 'new-sensors' of https://github.com/s3lsensor/snowflake into new-sensors
- Modify. Strange compilation error
- Modify. Testing tsl2561
- Add. Compilation error log
- Add. Compilatoin log
- Modify. Cleared all typos
- Modify. Testing tsl2561
- Modify. Testing tsl2561
- Modify. Testing tsl2561
- Modify. Almost working. Just not stable
- Modify. tsl2561 working fine.
- Modify. All i2c sensor works
- Modify. Weird issue in ms5803.
- Add. ADC sensors
- Modify. Attempt to compile ms5803
- Modify. Attempt to compile ms5803
- Modify. Attempt to compile ms5803
- Modify. Attempt to compile ms5803
- Modify. Attempt to compile ms5803
- Modify. Attempt to compile ms5803
- Modify. Changed Makefile.msp430 to include more source files.
- Modify. Testing tsl2561
- Add. sensor examples
- Add. sensor 6dof
File Changes
- M cpu/msp430/Makefile.msp430 https://github.com/s3lsensor/snowflake/pull/76/files#diff-0 (4)
- A cpu/msp430/Makefile.msp430~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-1 (222)
- A dataSheets/6DOF_ADXL345.pdf https://github.com/s3lsensor/snowflake/pull/76/files#diff-2 (0)
- A dataSheets/6DOF_ITG-3200-00-01.4.pdf https://github.com/s3lsensor/snowflake/pull/76/files#diff-3 (0)
- A dataSheets/ADXL337.pdf https://github.com/s3lsensor/snowflake/pull/76/files#diff-4 (0)
- A dataSheets/HTU21D.pdf https://github.com/s3lsensor/snowflake/pull/76/files#diff-5 (0)
- A dataSheets/LMV324.pdf https://github.com/s3lsensor/snowflake/pull/76/files#diff-6 (0)
- A dataSheets/ML8511_3-8-13.pdf https://github.com/s3lsensor/snowflake/pull/76/files#diff-7 (0)
- A dataSheets/PS-MPU-6000A.pdf https://github.com/s3lsensor/snowflake/pull/76/files#diff-8 (0)
- A dataSheets/Pin_Configuration.txt https://github.com/s3lsensor/snowflake/pull/76/files#diff-9 (15)
- A dataSheets/Pin_Configuration.txt~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-10 (8)
- A dataSheets/TSL2561.pdf https://github.com/s3lsensor/snowflake/pull/76/files#diff-11 (0)
- A dataSheets/isl29125.pdf https://github.com/s3lsensor/snowflake/pull/76/files#diff-12 (0)
- A dataSheets/ms5803_14ba.pdf https://github.com/s3lsensor/snowflake/pull/76/files#diff-13 (0)
- A dataSheets/telosB_datasheet.pdf https://github.com/s3lsensor/snowflake/pull/76/files#diff-14 (0)
- M hello_world/Makefile https://github.com/s3lsensor/snowflake/pull/76/files#diff-15 (1)
- M hello_world/helloWorld.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-16 (10)
- A hello_world/ms5803.c_useless https://github.com/s3lsensor/snowflake/pull/76/files#diff-17 (340)
- M hello_world/sensor.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-18 (12)
- M hello_world/sensor_acc.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-19 (2)
- M hello_world/sensor_nocomm.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-20 (204)
- A hello_world/tsl2561.txt https://github.com/s3lsensor/snowflake/pull/76/files#diff-21 (2163)
- A platform/sky/dev/6dof.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-22 (118)
- A platform/sky/dev/6dof.c~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-23 (118)
- A platform/sky/dev/6dof.h https://github.com/s3lsensor/snowflake/pull/76/files#diff-24 (154)
- A platform/sky/dev/6dof.h~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-25 (154)
- A platform/sky/dev/_6dof.h~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-26 (154)
- A platform/sky/dev/adxl337.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-27 (72)
- A platform/sky/dev/adxl337.c~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-28 (72)
- A platform/sky/dev/adxl337.h https://github.com/s3lsensor/snowflake/pull/76/files#diff-29 (25)
- A platform/sky/dev/adxl337.h~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-30 (20)
- A platform/sky/dev/htu21d.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-31 (70)
- A platform/sky/dev/htu21d.c~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-32 (70)
- A platform/sky/dev/htu21d.h https://github.com/s3lsensor/snowflake/pull/76/files#diff-33 (59)
- A platform/sky/dev/htu21d.h~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-34 (59)
- M platform/sky/dev/i2c.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-35 (28)
- A platform/sky/dev/i2c.c~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-36 (393)
- A platform/sky/dev/isl29125.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-37 (112)
- A platform/sky/dev/isl29125.c~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-38 (112)
- A platform/sky/dev/isl29125.h https://github.com/s3lsensor/snowflake/pull/76/files#diff-39 (133)
- A platform/sky/dev/ml8511.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-40 (72)
- A platform/sky/dev/ml8511.c~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-41 (72)
- A platform/sky/dev/ml8511.h https://github.com/s3lsensor/snowflake/pull/76/files#diff-42 (26)
- A platform/sky/dev/ml8511.h~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-43 (26)
- A platform/sky/dev/mpu-6050.c~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-44 (290)
- A platform/sky/dev/ms5803.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-45 (166)
- A platform/sky/dev/ms5803.c~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-46 (163)
- A platform/sky/dev/ms5803.h https://github.com/s3lsensor/snowflake/pull/76/files#diff-47 (82)
- A platform/sky/dev/ms5803.h~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-48 (75)
- A platform/sky/dev/soundDet.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-49 (51)
- A platform/sky/dev/soundDet.c~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-50 (51)
- A platform/sky/dev/soundDet.h https://github.com/s3lsensor/snowflake/pull/76/files#diff-51 (23)
- A platform/sky/dev/soundDet.h~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-52 (23)
- A platform/sky/dev/tsl2561.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-53 (68)
- A platform/sky/dev/tsl2561.c~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-54 (68)
- A platform/sky/dev/tsl2561.h https://github.com/s3lsensor/snowflake/pull/76/files#diff-55 (76)
- A platform/sky/dev/tsl2561.h~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-56 (73)
- A sensor_examples/Makefile https://github.com/s3lsensor/snowflake/pull/76/files#diff-57 (8)
- A sensor_examples/Makefile.target https://github.com/s3lsensor/snowflake/pull/76/files#diff-58 (1)
- A sensor_examples/app_util.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-59 (32)
- A sensor_examples/app_util.h https://github.com/s3lsensor/snowflake/pull/76/files#diff-60 (16)
- A sensor_examples/build.sh https://github.com/s3lsensor/snowflake/pull/76/files#diff-61 (23)
- A sensor_examples/current.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-62 (213)
- A sensor_examples/dumpUSB.py https://github.com/s3lsensor/snowflake/pull/76/files#diff-63 (192)
- A sensor_examples/example_6dof.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-64 (212)
- A sensor_examples/project-conf.h https://github.com/s3lsensor/snowflake/pull/76/files#diff-65 (34)
- A sensor_examples/read_usb.py https://github.com/s3lsensor/snowflake/pull/76/files#diff-66 (171)
- A sensor_examples/rebootExample.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-67 (253)
- A sensor_examples/symbols.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-68 (4)
- A sensor_examples/symbols.h https://github.com/s3lsensor/snowflake/pull/76/files#diff-69 (3)
Patch Links:
- https://github.com/s3lsensor/snowflake/pull/76.patch
- https://github.com/s3lsensor/snowflake/pull/76.diff
— Reply to this email directly or view it on GitHub https://github.com/s3lsensor/snowflake/pull/76.
— Reply to this email directly or view it on GitHub < https://github.com/s3lsensor/snowflake/pull/76#issuecomment-77286321>.
— Reply to this email directly or view it on GitHub https://github.com/s3lsensor/snowflake/pull/76#issuecomment-77286787.
Okay. No problem. I didn’t notice it was from github. Okay. Please give me some time, I will revise carefully.
On Mar 4, 2015, at 17:25, yzliao notifications@github.com wrote:
Firstly, for this communication thread, please use English!
Secondly, please Google pull request and understand what the purpose of the pull request is. Your current pull requests are all invalided. They do not show the purpose of each pull and are hard to other people to debug the code or track the logs.
I will reject all of them. Please clean your code and do them again.
On Wed, Mar 4, 2015 at 5:14 PM, consciousgaze notifications@github.com wrote:
把那些。h。c也都删掉?
On Mar 4, 2015, at 17:09, yzliao notifications@github.com wrote:
This pull request contains all the sensor files. Also, you need to delete all ~files.
On Wed, Mar 4, 2015 at 3:48 PM, consciousgaze notifications@github.com wrote:
sensor 6dof
You can view, comment on, or merge this pull request online at:
https://github.com/s3lsensor/snowflake/pull/76 Commit Summary
- add sensor list
- Add
- minor update
- add more sensors
- add.
- Modify. Comments updated
- Modify. ready for test
- Modify. testing for tsl2561
- Modify. testing for tsl2561
- Modify. testing for tsl2561
- Modify. testing for tsl2561
- Modify. tsl2561 testing
- Merge branch 'new-sensors' of https://github.com/s3lsensor/snowflake into new-sensors
- Modify. Strang compilation error.
- Merge branch 'new-sensors' of https://github.com/s3lsensor/snowflake into new-sensors
- Modify. Strange compilation error
- Modify. Testing tsl2561
- Add. Compilation error log
- Add. Compilatoin log
- Modify. Cleared all typos
- Modify. Testing tsl2561
- Modify. Testing tsl2561
- Modify. Testing tsl2561
- Modify. Almost working. Just not stable
- Modify. tsl2561 working fine.
- Modify. All i2c sensor works
- Modify. Weird issue in ms5803.
- Add. ADC sensors
- Modify. Attempt to compile ms5803
- Modify. Attempt to compile ms5803
- Modify. Attempt to compile ms5803
- Modify. Attempt to compile ms5803
- Modify. Attempt to compile ms5803
- Modify. Attempt to compile ms5803
- Modify. Changed Makefile.msp430 to include more source files.
- Modify. Testing tsl2561
- Add. sensor examples
- Add. sensor 6dof
File Changes
- M cpu/msp430/Makefile.msp430 https://github.com/s3lsensor/snowflake/pull/76/files#diff-0 (4)
- A cpu/msp430/Makefile.msp430~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-1 (222)
- A dataSheets/6DOF_ADXL345.pdf https://github.com/s3lsensor/snowflake/pull/76/files#diff-2 (0)
- A dataSheets/6DOF_ITG-3200-00-01.4.pdf https://github.com/s3lsensor/snowflake/pull/76/files#diff-3 (0)
- A dataSheets/ADXL337.pdf https://github.com/s3lsensor/snowflake/pull/76/files#diff-4 (0)
- A dataSheets/HTU21D.pdf https://github.com/s3lsensor/snowflake/pull/76/files#diff-5 (0)
- A dataSheets/LMV324.pdf https://github.com/s3lsensor/snowflake/pull/76/files#diff-6 (0)
- A dataSheets/ML8511_3-8-13.pdf https://github.com/s3lsensor/snowflake/pull/76/files#diff-7 (0)
- A dataSheets/PS-MPU-6000A.pdf https://github.com/s3lsensor/snowflake/pull/76/files#diff-8 (0)
- A dataSheets/Pin_Configuration.txt https://github.com/s3lsensor/snowflake/pull/76/files#diff-9 (15)
- A dataSheets/Pin_Configuration.txt~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-10 (8)
- A dataSheets/TSL2561.pdf https://github.com/s3lsensor/snowflake/pull/76/files#diff-11 (0)
- A dataSheets/isl29125.pdf https://github.com/s3lsensor/snowflake/pull/76/files#diff-12 (0)
- A dataSheets/ms5803_14ba.pdf https://github.com/s3lsensor/snowflake/pull/76/files#diff-13 (0)
- A dataSheets/telosB_datasheet.pdf https://github.com/s3lsensor/snowflake/pull/76/files#diff-14 (0)
- M hello_world/Makefile https://github.com/s3lsensor/snowflake/pull/76/files#diff-15 (1)
- M hello_world/helloWorld.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-16 (10)
- A hello_world/ms5803.c_useless https://github.com/s3lsensor/snowflake/pull/76/files#diff-17 (340)
- M hello_world/sensor.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-18 (12)
- M hello_world/sensor_acc.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-19 (2)
- M hello_world/sensor_nocomm.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-20 (204)
- A hello_world/tsl2561.txt https://github.com/s3lsensor/snowflake/pull/76/files#diff-21 (2163)
- A platform/sky/dev/6dof.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-22 (118)
- A platform/sky/dev/6dof.c~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-23 (118)
- A platform/sky/dev/6dof.h https://github.com/s3lsensor/snowflake/pull/76/files#diff-24 (154)
- A platform/sky/dev/6dof.h~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-25 (154)
- A platform/sky/dev/_6dof.h~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-26 (154)
- A platform/sky/dev/adxl337.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-27 (72)
- A platform/sky/dev/adxl337.c~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-28 (72)
- A platform/sky/dev/adxl337.h https://github.com/s3lsensor/snowflake/pull/76/files#diff-29 (25)
- A platform/sky/dev/adxl337.h~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-30 (20)
- A platform/sky/dev/htu21d.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-31 (70)
- A platform/sky/dev/htu21d.c~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-32 (70)
- A platform/sky/dev/htu21d.h https://github.com/s3lsensor/snowflake/pull/76/files#diff-33 (59)
- A platform/sky/dev/htu21d.h~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-34 (59)
- M platform/sky/dev/i2c.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-35 (28)
- A platform/sky/dev/i2c.c~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-36 (393)
- A platform/sky/dev/isl29125.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-37 (112)
- A platform/sky/dev/isl29125.c~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-38 (112)
- A platform/sky/dev/isl29125.h https://github.com/s3lsensor/snowflake/pull/76/files#diff-39 (133)
- A platform/sky/dev/ml8511.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-40 (72)
- A platform/sky/dev/ml8511.c~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-41 (72)
- A platform/sky/dev/ml8511.h https://github.com/s3lsensor/snowflake/pull/76/files#diff-42 (26)
- A platform/sky/dev/ml8511.h~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-43 (26)
- A platform/sky/dev/mpu-6050.c~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-44 (290)
- A platform/sky/dev/ms5803.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-45 (166)
- A platform/sky/dev/ms5803.c~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-46 (163)
- A platform/sky/dev/ms5803.h https://github.com/s3lsensor/snowflake/pull/76/files#diff-47 (82)
- A platform/sky/dev/ms5803.h~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-48 (75)
- A platform/sky/dev/soundDet.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-49 (51)
- A platform/sky/dev/soundDet.c~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-50 (51)
- A platform/sky/dev/soundDet.h https://github.com/s3lsensor/snowflake/pull/76/files#diff-51 (23)
- A platform/sky/dev/soundDet.h~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-52 (23)
- A platform/sky/dev/tsl2561.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-53 (68)
- A platform/sky/dev/tsl2561.c~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-54 (68)
- A platform/sky/dev/tsl2561.h https://github.com/s3lsensor/snowflake/pull/76/files#diff-55 (76)
- A platform/sky/dev/tsl2561.h~ https://github.com/s3lsensor/snowflake/pull/76/files#diff-56 (73)
- A sensor_examples/Makefile https://github.com/s3lsensor/snowflake/pull/76/files#diff-57 (8)
- A sensor_examples/Makefile.target https://github.com/s3lsensor/snowflake/pull/76/files#diff-58 (1)
- A sensor_examples/app_util.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-59 (32)
- A sensor_examples/app_util.h https://github.com/s3lsensor/snowflake/pull/76/files#diff-60 (16)
- A sensor_examples/build.sh https://github.com/s3lsensor/snowflake/pull/76/files#diff-61 (23)
- A sensor_examples/current.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-62 (213)
- A sensor_examples/dumpUSB.py https://github.com/s3lsensor/snowflake/pull/76/files#diff-63 (192)
- A sensor_examples/example_6dof.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-64 (212)
- A sensor_examples/project-conf.h https://github.com/s3lsensor/snowflake/pull/76/files#diff-65 (34)
- A sensor_examples/read_usb.py https://github.com/s3lsensor/snowflake/pull/76/files#diff-66 (171)
- A sensor_examples/rebootExample.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-67 (253)
- A sensor_examples/symbols.c https://github.com/s3lsensor/snowflake/pull/76/files#diff-68 (4)
- A sensor_examples/symbols.h https://github.com/s3lsensor/snowflake/pull/76/files#diff-69 (3)
Patch Links:
- https://github.com/s3lsensor/snowflake/pull/76.patch
- https://github.com/s3lsensor/snowflake/pull/76.diff
— Reply to this email directly or view it on GitHub https://github.com/s3lsensor/snowflake/pull/76.
— Reply to this email directly or view it on GitHub < https://github.com/s3lsensor/snowflake/pull/76#issuecomment-77286321>.
— Reply to this email directly or view it on GitHub https://github.com/s3lsensor/snowflake/pull/76#issuecomment-77286787.
— Reply to this email directly or view it on GitHub https://github.com/s3lsensor/snowflake/pull/76#issuecomment-77288033.
sensor 6dof