~toykeeper/flashlight-firmware/anduril2

« back to all changes in this revision

Viewing changes to ToyKeeper/hwdef-noctigon-kr4-2ch.h

  • Committer: Selene ToyKeeper
  • Date: 2023-04-27 10:26:03 UTC
  • mto: This revision was merged to the branch mainline in revision 658.
  • Revision ID: bzr@toykeeper.net-20230427102603-v6k0ns4drm0jqd3s
Noctigon KR4-tintramp updated to use new channel system
(was easy since it just uses the generic Emisar-2ch build
 with a couple small overrides)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#pragma once
5
5
 
6
6
/*
7
 
 * (same driver as D4Sv2-tintramp, but with the switch on a different pin)
 
7
 * (same driver as emisar-2ch, but with the switch on a different pin)
8
8
 *
9
9
 * Pin / Name / Function
10
10
 *   1    PA6   2nd LED PWM (linear) (PWM1B)
42
42
#define SWITCH_PUE   PUEB    // pullup group B
43
43
#define PCINT_vect   PCINT1_vect  // ISR for PCINT[11:8]
44
44
 
45
 
// the rest of the config is the same as D4Sv2-tintramp
46
 
#include "hwdef-Emisar_D4Sv2-tintramp.h"
 
45
// the rest of the config is the same as the generic Emisar 2ch build
 
46
#include "hwdef-emisar-2ch.h"
47
47