CY8CKIT-020 Cypress Semiconductor Corp, CY8CKIT-020 Datasheet - Page 50

KIT PSOC CY8C28 FAMILY PROCESSOR

CY8CKIT-020

Manufacturer Part Number
CY8CKIT-020
Description
KIT PSOC CY8C28 FAMILY PROCESSOR
Manufacturer
Cypress Semiconductor Corp
Series
PSoC®r
Type
MCUr
Datasheets

Specifications of CY8CKIT-020

Contents
Board, Software and Documentation
Silicon Manufacturer
Cypress
Core Architecture
PSoC
Features
Programmable System-on-chip Design Methodology And Architecture
Kit Contents
PSoC CY8C28 Module, Doc, CD
Silicon Core Number
CY8C28
Silicon Family Name
PSoC
Rohs Compliant
Yes
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
For Use With/related Products
CY8C28 Family
Lead Free Status / Rohs Status
Supplier Unconfirmed
Other names
428-3036
Sample Projects
50
*******************************************************************************/
void UpdateSliderPosition(BYTE value)
{
}
/* [] END OF FILE */
/* The slider position is 0xFF if there is no finger present on the slider */
if (value > SLIDER_RESOLUTION)
{
}
else
{
}
/* Clear old slider position (2nd row of LCD) */
LCD_1_Position(ROW_1, COLUMN_0);
LCD_1_PrCString(DEFAULT_ROW_1_STR);
/* Update the bar graph with the current finger position */
LCD_1_DrawBG(ROW_1, COLUMN_0, NUM_CHARACTERS, value + 1);
CY8CKIT-020 PSoC Development Kit Guide, Doc. # 001-56971 Rev. **

Related parts for CY8CKIT-020