[ create a new paste ] login | about

mccoyn

Name:
Email:
Site/Blog:
Location:
Default language:
Favorite languages:
About:

Saved pastes by mccoyn:

Python, pasted on Feb 14:
1
2
3
4
5
#!/usr/bin/python
#
# Creates a C code lookup table for doing ADC to temperature conversion
# on a microcontroller
# based on: http://hydraraptor.blogspot.com/2007/10/measuring-temperature-easy-way.html
...
view (149 lines, 32 lines of output)