CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 2 matches
CCS Forum Index
Author Message
  Topic: MLX90614 Driver
patan_mustafa

Replies: 5
Views: 45219

PostForum: Code Library   Posted: Sat Dec 23, 2017 2:08 am   Subject: MLX90614 Driver
If you add following lines before read sensor, code works well.

output_low(PIN_C4);
output_low(PIN_C3);
delay_ms(500);
  Topic: MCP4725 DAC Example
patan_mustafa

Replies: 11
Views: 88446

PostForum: Code Library   Posted: Sun Feb 21, 2016 3:48 pm   Subject: MCP4725 DAC Example
Hi all, this is MCP4725 DAC working example


#use I2C(MASTER, scl=PIN_C3, sda=PIN_C4, FAST=400000 )

void dac_i2c(unsigned int16 sample){
i2c_start();
i ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group