スワップ工房 原付 エンジンチューニング

V100& V50 エンジン チューニング / 12

1190 コメント
views
6 フォロー
12
スワップV100 2022/05/03 (火) 13:17:45 修正

液晶 自作タコメーター プログラム #define

define   LED                       PORTA.F3
define   SW                        PORTA.F5
define   ON            0
define   OFF           1

define   TA_SIG        PORTB.F0
define   CYCLE_DATA    4.0     //エンジン1回転あたりのパルス数 原チャのヘッドライト配線
sbit LCD_RS at RA0_bit;
sbit LCD_EN at RA1_bit;
sbit LCD_D4 at RB4_bit;
sbit LCD_D5 at RB5_bit;
sbit LCD_D6 at RB6_bit;
sbit LCD_D7 at RB7_bit;

sbit LCD_RS_Direction at TRISA0_bit;
sbit LCD_EN_Direction at TRISA1_bit;
sbit LCD_D4_Direction at TRISB4_bit;
sbit LCD_D5_Direction at TRISB5_bit;
sbit LCD_D6_Direction at TRISB6_bit;
sbit LCD_D7_Direction at TRISB7_bit;

次からのページを代入してください

通報 ...