Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

ROARRRRRRRR ROAR ROARRRRRRRRRRR ROAR ROARRRRRRRRRRRRRRR

Name: Anonymous 2014-05-04 6:02

 ( O∀O) ( OーO) ( O∀O)( O ∀O )  ( O∀O)

Name: Anonymous 2014-05-04 6:08

void init_adc()
{
struct adc_config aconf;
struct adc_channel_config cconf;

adc_read_configuration(&ADCB, &aconf);
adcch_read_configuration(&ADCB, ADC_CH0, &cconf);

adc_set_conversion_parameters(&aconf, ADC_SIGN_OFF, ADC_RES_8, ADC_REF_VCC);
adc_set_conversion_trigger(&aconf, ADC_TRIG_MANUAL, 1, 0);
adc_set_clock_rate(&aconf, 200000UL);

adcch_set_input(&cconf, LIGHT_SENSOR_ADC_INPUT, ADCCH_NEG_NONE, 1);

adc_write_configuration(&ADCB, &aconf);
adcch_write_configuration(&ADCB, ADC_CH0, &cconf);
}

Name: Anonymous 2014-05-05 8:33

adc_read_configuration(&ADCB, &aconf);[u]
[/u]adcch_read_configuration(&ADCB, ADC_CH0, &cconf);

Really? You wrote code to read back the entire device state? I can't decide if that's neat or just excessive.

Name: Anonymous 2014-05-05 8:36

>>3
Admin-sama, I think the BBcode preview is broken (again)?

Name: Admin-sama 2014-05-05 9:01

>>4
CRYBABY

Name: Anonymous 2014-05-05 10:24

>>4
BBCode has never worked properly with quotes. One think Shiitchan did better, even if it was riddled with huge holes everywhere else, it was at least more consistant. I've been unable to find any traces of the guy who originally wrote ABBC, nor wherever Shii found it.

Name: Anonymous 2014-05-05 10:42

>>6
I thought Tablecat fixed the quote rendering and it's just that admin-kun never updated, then again maybe I need to go get coffee and weed.

Name: Anonymous 2014-05-05 18:34

>>7
I did update it, it just never fixed anything.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List