Skip to content

Commit

Permalink
Added SAC305 leadfree profile
Browse files Browse the repository at this point in the history
  • Loading branch information
mcapdeville committed Nov 17, 2023
1 parent c84d816 commit 98f8676
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/reflow_profiles.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,22 @@

extern uint8_t graphbmp[];

// SAC305 profile
static const profile sac305profile = {
"SAC305 Leadfree", {
// Preheat
50, 65, 80, 90, 92, 94, 96, 97, 98, 99, 100, 100,
105, 115, 125, 135, 140,
// Flux activation
144, 148, 152, 156, 160, 164, 168, 172, 176, 180,
// reflow peak
185, 200, 215, 230, 245, 225, 205, 185, 165,
// cool down
160, 150, 140, 135, 130, 125, 120, 115, 110, 105, 100,
0, 0 // 360-470 s
}
};

// Amtech 4300 63Sn/37Pb leaded profile
static const profile am4300profile = {
"4300 63SN/37PB", {
Expand Down Expand Up @@ -70,6 +86,7 @@ static ramprofile ee1 = { "CUSTOM #1" };
static ramprofile ee2 = { "CUSTOM #2" };

static const profile* profiles[] = {
&sac305profile,
&syntechlfprofile,
&nc31profile,
&am4300profile,
Expand Down

0 comments on commit 98f8676

Please sign in to comment.