Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
C

Cees Meijer

@Cees Meijer
About
Posts
3
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Strange Embedded Problem
    C Cees Meijer

    So you see, software is not all about zeroes and ones, on and off. As soon as it interfaces to the real world you have to work with 'almost on', and 'nearly one'. Using sensitive analogue circuits like the LM35 near large electrical devices like motors and heaters is always tricky. Actually I think it would be better to use a digital output temperature sensor (I think Dallas makes them) That would free you from long line interference. And of course the best would be to use real industrial type temperature sensors with a 4-20mA (or Hart) interface.

    Cees Meijer Software / Hardware Engineer Qmetrix BV C-Scope Blog C-Scope Website

    Clever Code help hardware design performance

  • Another 2:00am one
    C Cees Meijer

    That's why you ALWAYS, ALWAYS should enclose the statement (even a single one) in braces. Even if omit them because you're 100% sure that only one statement is required in the if() or else body, it will bite you somewhere in the future (Sure, 100%...)

    Cees Meijer Software / Hardware Engineer QMetrix BV Specialists in River and Sea flow measurements.

    Clever Code com tools question

  • if(x=5)
    C Cees Meijer

    Hmm. I know you all use Visual C. Though I seldom make this mistake, Borlands C++Builder compiler gives me a neat warning: 'Possibly incorrect statement.:cool:'

    Cees Meijer Software / Hardware Engineer QMetrix BV Specialists in River and Sea flow measurements.

    Clever Code help c++ com architecture
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups