This object is provided under license. By downloading this object, you are agreeing to the terms of the MIT License.
|
|
D. Hamilton commented:
Good demo. I did find an error though and had a suggestion for you. The error seems to come from the original project, but in your project its on line 68. There it states that the Propeller pin 20 which should go to DO is on pin 2 of the chip - this is actually pin 6. My suggestion is that on line 138 you indicate that the ADC0831 spec says there is no LSB, if you re-read this I think you will find that the spec is saying that the data is presented MSB first but that there is an alternate way to fetch the data which will result in the LSB being fetched first. It is this feature that is being declared as not available on the ADC0831. Again, good demo. Its nice to see others doing projects with nice comments to help out those who are learning to use the Propeller chip. D.Hamilton
February 12, 2010 11:11 a.m.
|
|
|
StefanL39 commented:
pretty good documentated demo of this ADC-Chip
Sourcecode contains circuit of the ADC-Chip and how to connect it to the Propeller-IO-Pins
Sourcecode-lines have comments that makes it easy to understand
what is going on
January 24, 2008 2:14 a.m.
|
|