Questions tagged as 'ccs'

0
answers

Capture plot, save it in memory and display it in lcd

I am currently developing an app in android that sends a string to a bluetooth module HC06 and is picked up by a pic 16f883. I created an interruption that makes it appear on the lcd when the plot arrives, but I do not know how...
asked by 19.07.2016 / 18:05
1
answer

Bootstrap - datetimepicker inline does not work

I need to visualize the calendar in inline form, like this: This is the code I have: <div style="overflow:hidden;"> <div class="form-group"> <div class="row"> <div class="col-md-8"&g...
asked by 22.03.2018 / 14:54
2
answers

How do I put a text on a responsive image, that when the image adapts to a smaller size the text also m

As I put a text on a responsive image, when the image adapts to a smaller size the text also my code is as follows: /* Container holding the image and the text */ .container { display: block; position: relative; } /*...
asked by 01.11.2018 / 02:36
0
answers

Doubts about i2c in CCS compiler

I have a question about the i2c protocol programming in CCS Compiler with a specific sensor. To fully synthesize I give you an example that appears in the sensor datasheet to obtain data of it. And then I present the code in CCS:...
asked by 17.12.2018 / 18:04
0
answers

Help with pic16f877a [closed]

Good afternoon, my problem is that I am using pic 16f877a, to program the software pic c and pickit2 to be able to record it, I can read it and record it correctly but at the moment of putting it to work it does not do anything !! The truth is t...
asked by 26.07.2016 / 22:25
3
answers

how can I achieve spacing between checkboxes

I have a div which contains checbox and I would like to be able to separate them from each other a little more, because they are very close, someone could help me please. This is my code: <div class="form-group">...
asked by 15.10.2018 / 22:49
1
answer

From "unsigned char" to Decimal using printf

I have the following code by which I connect to a sensor and I receive data from it that I keep in variables type "unsigned char" #include <18f2550.h> #fuses HSPLL,NOWDT,NOPROTECT,NOLVP,NODEBUG,USBDIV,PLL5,CPUDIV1,VREGEN #U...
asked by 17.12.2018 / 13:04
1
answer

Pic 16f84 + rs232 problem sending value greater than 0x79

My first post in Spanish, I have a problem sending data to a pic through 232 ... I have it tested in physical and virtual (proteus) and in both it happens the same ... When I try to send a value 0x80 or higher, what is sent is always a...
asked by 01.10.2016 / 17:23
0
answers

styles ccs help

good day I want you to help me with a style ccs I have this li of products and I want to adjust some styles and I do not know how to do it. I want it to be new at the bottom of the image and the discount percentage comes out in the upper corn...
asked by 03.10.2018 / 21:35
1
answer

change style using JavaScript

good day, I have a design and I want to fit the styles from my database. I am learning now and I do not know how to accommodate the js so that I can make the change for example, I have the color # e81863 in the style and I want it to be the one...
asked by 18.09.2018 / 19:49